Module: StandardColoursRGB

Defined in:
lib/standard_colours.rb

Class Method Summary collapse

Class Method Details

.alice_blueObject

Using the definitions from en.wikipedia.org/wiki/List_of_colors



3
4
5
# File 'lib/standard_colours.rb', line 3

def self.alice_blue
	RGB.new(0.941176, 0.972549, 1.000000)
end

.alizarinObject



6
7
8
# File 'lib/standard_colours.rb', line 6

def self.alizarin
	RGB.new(0.890196, 0.149020, 0.211765)
end

.amaranthObject



9
10
11
# File 'lib/standard_colours.rb', line 9

def self.amaranth
	RGB.new(0.898039, 0.168627, 0.313725)
end

.amaranth_pinkObject



12
13
14
# File 'lib/standard_colours.rb', line 12

def self.amaranth_pink
	RGB.new(0.945098, 0.611764, 0.733333)
end

.amberObject



15
16
17
# File 'lib/standard_colours.rb', line 15

def self.amber
	RGB.new(1.000000, 0.749020, 0.000000)
end

.amethystObject



18
19
20
# File 'lib/standard_colours.rb', line 18

def self.amethyst
	RGB.new(0.600000, 0.400000, 0.800000)
end

.apricotObject



21
22
23
# File 'lib/standard_colours.rb', line 21

def self.apricot
	RGB.new(0.984314, 0.807843, 0.694118)
end

.aquaObject



24
25
26
# File 'lib/standard_colours.rb', line 24

def self.aqua
	RGB.new(0.000000, 1.000000, 1.000000)
end

.aquamarineObject



27
28
29
# File 'lib/standard_colours.rb', line 27

def self.aquamarine
	RGB.new(0.498039, 1.000000, 0.831373)
end

.army_greenObject



30
31
32
# File 'lib/standard_colours.rb', line 30

def self.army_green
	RGB.new(0.294117, 0.325490, 0.125490)
end

.asparagusObject



33
34
35
# File 'lib/standard_colours.rb', line 33

def self.asparagus
	RGB.new(0.482353, 0.627451, 0.356863)
end

.atomic_tangerineObject



36
37
38
# File 'lib/standard_colours.rb', line 36

def self.atomic_tangerine
	RGB.new(1.000000, 0.600000, 0.400000)
end

.auburnObject



39
40
41
# File 'lib/standard_colours.rb', line 39

def self.auburn
	RGB.new(0.435294, 0.207843, 0.101961)
end

.azureObject



48
49
50
# File 'lib/standard_colours.rb', line 48

def self.azure
	RGB.new(0.000000, 0.498039, 1.000000)
end

.azure_webObject



42
43
44
# File 'lib/standard_colours.rb', line 42

def self.azure_web
	RGB.new(0.941176, 1.000000, 1.000000)
end

.baby_blueObject



51
52
53
# File 'lib/standard_colours.rb', line 51

def self.baby_blue
	RGB.new(0.435294, 1.000000, 1.000000)
end

.beigeObject



54
55
56
# File 'lib/standard_colours.rb', line 54

def self.beige
	RGB.new(0.960784, 0.960784, 0.862745)
end

.bistreObject



57
58
59
# File 'lib/standard_colours.rb', line 57

def self.bistre
	RGB.new(0.239216, 0.168627, 0.121569)
end

.blackObject



60
61
62
# File 'lib/standard_colours.rb', line 60

def self.black
	RGB.new(0.000000, 0.000000, 0.000000)
end

.blaze_orangeObject



669
670
671
# File 'lib/standard_colours.rb', line 669

def self.blaze_orange
	RGB.new(1.000000, 0.400000, 0.000000)
end

.blueObject



63
64
65
# File 'lib/standard_colours.rb', line 63

def self.blue
	RGB.new(0.000000, 0.000000, 1.000000)
end

.blue_greenObject



66
67
68
# File 'lib/standard_colours.rb', line 66

def self.blue_green
	RGB.new(0.000000, 0.874510, 0.874510)
end

.blue_violetObject



69
70
71
# File 'lib/standard_colours.rb', line 69

def self.blue_violet
	RGB.new(0.541176, 0.168627, 0.886275)
end

.bondi_blueObject



72
73
74
# File 'lib/standard_colours.rb', line 72

def self.bondi_blue
	RGB.new(0.000000, 0.584314, 0.713725)
end

.brassObject



75
76
77
# File 'lib/standard_colours.rb', line 75

def self.brass
	RGB.new(0.709804, 0.650980, 0.258824)
end

.bright_greenObject



78
79
80
# File 'lib/standard_colours.rb', line 78

def self.bright_green
	RGB.new(0.400000, 1.000000, 0.000000)
end

.bright_turquoiseObject



81
82
83
# File 'lib/standard_colours.rb', line 81

def self.bright_turquoise
	RGB.new(0.031373, 0.909804, 0.870588)
end

.brilliant_roseObject



84
85
86
# File 'lib/standard_colours.rb', line 84

def self.brilliant_rose
	RGB.new(1.000000, 0.333333, 0.639216)
end

.bronzeObject



87
88
89
# File 'lib/standard_colours.rb', line 87

def self.bronze
	RGB.new(0.803922, 0.498039, 0.196078)
end

.brownObject



90
91
92
# File 'lib/standard_colours.rb', line 90

def self.brown
	RGB.new(0.588235, 0.294118, 0.000000)
end

.buffObject



93
94
95
# File 'lib/standard_colours.rb', line 93

def self.buff
	RGB.new(0.941176, 0.862745, 0.509804)
end

.burgundyObject



96
97
98
# File 'lib/standard_colours.rb', line 96

def self.burgundy
	RGB.new(0.501961, 0.000000, 0.125490)
end

.burnt_orangeObject



99
100
101
# File 'lib/standard_colours.rb', line 99

def self.burnt_orange
	RGB.new(0.800000, 0.333333, 0.000000)
end

.burnt_siennaObject



102
103
104
# File 'lib/standard_colours.rb', line 102

def self.burnt_sienna
	RGB.new(0.913725, 0.454902, 0.317647)
end

.burnt_umberObject



105
106
107
# File 'lib/standard_colours.rb', line 105

def self.burnt_umber
	RGB.new(0.541176, 0.200000, 0.141176)
end

.camouflage_greenObject



108
109
110
# File 'lib/standard_colours.rb', line 108

def self.camouflage_green
	RGB.new(0.470588, 0.525490, 0.419608)
end

.caput_mortuumObject



111
112
113
# File 'lib/standard_colours.rb', line 111

def self.caput_mortuum
	RGB.new(0.349020, 0.152941, 0.125490)
end

.cardinalObject



114
115
116
# File 'lib/standard_colours.rb', line 114

def self.cardinal
	RGB.new(0.768627, 0.117647, 0.227451)
end

.carmineObject



117
118
119
# File 'lib/standard_colours.rb', line 117

def self.carmine
	RGB.new(0.588235, 0.000000, 0.094118)
end

.carnation_pinkObject



120
121
122
# File 'lib/standard_colours.rb', line 120

def self.carnation_pink
	RGB.new(1.000000, 0.650980, 0.788235)
end

.carrot_orangeObject



123
124
125
# File 'lib/standard_colours.rb', line 123

def self.carrot_orange
	RGB.new(0.929412, 0.568627, 0.129412)
end

.celadonObject



126
127
128
# File 'lib/standard_colours.rb', line 126

def self.celadon
	RGB.new(0.674510, 0.882353, 0.686275)
end

.ceriseObject



129
130
131
# File 'lib/standard_colours.rb', line 129

def self.cerise
	RGB.new(0.870588, 0.192157, 0.388235)
end

.ceruleanObject



135
136
137
# File 'lib/standard_colours.rb', line 135

def self.cerulean
	RGB.new(0.000000, 0.482353, 0.654902)
end

.cerulean_blueObject



132
133
134
# File 'lib/standard_colours.rb', line 132

def self.cerulean_blue
	RGB.new(0.164706, 0.321569, 0.745098)
end

.chartreuseObject



141
142
143
# File 'lib/standard_colours.rb', line 141

def self.chartreuse
	RGB.new(0.498039, 1.000000, 0.000000)
end

.chartreuse_yellowObject



138
139
140
# File 'lib/standard_colours.rb', line 138

def self.chartreuse_yellow
	RGB.new(0.874510, 1.000000, 0.000000)
end

.chestnutObject



144
145
146
# File 'lib/standard_colours.rb', line 144

def self.chestnut
	RGB.new(0.803922, 0.360784, 0.360784)
end

.chocolateObject



147
148
149
# File 'lib/standard_colours.rb', line 147

def self.chocolate
	RGB.new(0.482353, 0.247059, 0.000000)
end

.cinnabarObject



150
151
152
# File 'lib/standard_colours.rb', line 150

def self.cinnabar
	RGB.new(0.890196, 0.258824, 0.203922)
end

.cinnamonObject



153
154
155
# File 'lib/standard_colours.rb', line 153

def self.cinnamon
	RGB.new(0.823529, 0.411765, 0.117647)
end

.cobaltObject



156
157
158
# File 'lib/standard_colours.rb', line 156

def self.cobalt
	RGB.new(0.000000, 0.278431, 0.670588)
end

.copperObject



162
163
164
# File 'lib/standard_colours.rb', line 162

def self.copper
	RGB.new(0.721569, 0.450980, 0.200000)
end

.copper_roseObject



159
160
161
# File 'lib/standard_colours.rb', line 159

def self.copper_rose
	RGB.new(0.600000, 0.400000, 0.400000)
end

.coralObject



168
169
170
# File 'lib/standard_colours.rb', line 168

def self.coral
	RGB.new(1.000000, 0.498039, 0.313725)
end

.coral_redObject



165
166
167
# File 'lib/standard_colours.rb', line 165

def self.coral_red
	RGB.new(1.000000, 0.250980, 0.250980)
end

.cornObject



171
172
173
# File 'lib/standard_colours.rb', line 171

def self.corn
	RGB.new(0.984314, 0.925490, 0.364706)
end

.cornflower_blueObject



174
175
176
# File 'lib/standard_colours.rb', line 174

def self.cornflower_blue
	RGB.new(0.392157, 0.584314, 0.929412)
end

.cosmic_latteObject



177
178
179
# File 'lib/standard_colours.rb', line 177

def self.cosmic_latte
	RGB.new(0.882353, 0.972549, 0.905882)
end

.creamObject



180
181
182
# File 'lib/standard_colours.rb', line 180

def self.cream
	RGB.new(1.000000, 0.992157, 0.815686)
end

.crimsonObject



183
184
185
# File 'lib/standard_colours.rb', line 183

def self.crimson
	RGB.new(0.862745, 0.078431, 0.235294)
end

.cyanObject



186
187
188
# File 'lib/standard_colours.rb', line 186

def self.cyan
	RGB.new(0.000000, 1.000000, 1.000000)
end

.dark_blueObject



189
190
191
# File 'lib/standard_colours.rb', line 189

def self.dark_blue
	RGB.new(0.000000, 0.000000, 0.545098)
end

.dark_brownObject



192
193
194
# File 'lib/standard_colours.rb', line 192

def self.dark_brown
	RGB.new(0.396078, 0.262745, 0.129412)
end

.dark_ceruleanObject



195
196
197
# File 'lib/standard_colours.rb', line 195

def self.dark_cerulean
	RGB.new(0.031373, 0.270588, 0.494118)
end

.dark_chestnutObject



198
199
200
# File 'lib/standard_colours.rb', line 198

def self.dark_chestnut
	RGB.new(0.596078, 0.411765, 0.376471)
end

.dark_coralObject



201
202
203
# File 'lib/standard_colours.rb', line 201

def self.dark_coral
	RGB.new(0.803922, 0.356863, 0.270588)
end

.dark_goldenrodObject



204
205
206
# File 'lib/standard_colours.rb', line 204

def self.dark_goldenrod
	RGB.new(0.721569, 0.525490, 0.043137)
end

.dark_greenObject



207
208
209
# File 'lib/standard_colours.rb', line 207

def self.dark_green
	RGB.new(0.003922, 0.196078, 0.125490)
end

.dark_khakiObject



210
211
212
# File 'lib/standard_colours.rb', line 210

def self.dark_khaki
	RGB.new(0.741176, 0.717647, 0.419608)
end

.dark_pastel_greenObject



213
214
215
# File 'lib/standard_colours.rb', line 213

def self.dark_pastel_green
	RGB.new(0.011765, 0.752941, 0.235294)
end

.dark_pinkObject



216
217
218
# File 'lib/standard_colours.rb', line 216

def self.dark_pink
	RGB.new(0.905882, 0.329412, 0.501961)
end

.dark_powder_blueObject



219
220
221
# File 'lib/standard_colours.rb', line 219

def self.dark_powder_blue
	RGB.new(0.000000, 0.200000, 0.600000)
end

.dark_salmonObject



222
223
224
# File 'lib/standard_colours.rb', line 222

def self.dark_salmon
	RGB.new(0.913725, 0.588235, 0.478431)
end

.dark_slate_grayObject



225
226
227
# File 'lib/standard_colours.rb', line 225

def self.dark_slate_gray
	RGB.new(0.184314, 0.309804, 0.309804)
end

.dark_spring_greenObject



228
229
230
# File 'lib/standard_colours.rb', line 228

def self.dark_spring_green
	RGB.new(0.090196, 0.447059, 0.270588)
end

.dark_tanObject



231
232
233
# File 'lib/standard_colours.rb', line 231

def self.dark_tan
	RGB.new(0.568627, 0.505882, 0.317647)
end

.dark_tangerineObject



234
235
236
# File 'lib/standard_colours.rb', line 234

def self.dark_tangerine
	RGB.new(1.000000, 0.658824, 0.070588)
end

.dark_turquoiseObject



237
238
239
# File 'lib/standard_colours.rb', line 237

def self.dark_turquoise
	RGB.new(0.066667, 0.376471, 0.384314)
end

.dark_violetObject



240
241
242
# File 'lib/standard_colours.rb', line 240

def self.dark_violet
	RGB.new(0.258824, 0.192157, 0.537255)
end

.deep_ceriseObject



243
244
245
# File 'lib/standard_colours.rb', line 243

def self.deep_cerise
	RGB.new(0.854902, 0.196078, 0.529412)
end

.deep_fuchsiaObject



246
247
248
# File 'lib/standard_colours.rb', line 246

def self.deep_fuchsia
	RGB.new(0.756863, 0.329412, 0.756863)
end

.deep_lilacObject



249
250
251
# File 'lib/standard_colours.rb', line 249

def self.deep_lilac
	RGB.new(0.600000, 0.333333, 0.733333)
end

.deep_magentaObject



252
253
254
# File 'lib/standard_colours.rb', line 252

def self.deep_magenta
	RGB.new(0.800000, 0.000000, 0.800000)
end

.deep_peachObject



255
256
257
# File 'lib/standard_colours.rb', line 255

def self.deep_peach
	RGB.new(1.000000, 0.796078, 0.643137)
end

.denimObject



258
259
260
# File 'lib/standard_colours.rb', line 258

def self.denim
	RGB.new(0.082353, 0.376471, 0.741176)
end

.dodger_blueObject



261
262
263
# File 'lib/standard_colours.rb', line 261

def self.dodger_blue
	RGB.new(0.117647, 0.564706, 1.000000)
end

.ecruObject



264
265
266
# File 'lib/standard_colours.rb', line 264

def self.ecru
	RGB.new(0.760784, 0.698039, 0.501961)
end

.eggplantObject



267
268
269
# File 'lib/standard_colours.rb', line 267

def self.eggplant
	RGB.new(0.600000, 0.000000, 0.400000)
end

.electric_blueObject



270
271
272
# File 'lib/standard_colours.rb', line 270

def self.electric_blue
	RGB.new(0.490196, 0.976471, 1.000000)
end

.electric_greenObject



273
274
275
# File 'lib/standard_colours.rb', line 273

def self.electric_green
	RGB.new(0.000000, 1.000000, 0.000000)
end

.electric_indigoObject



276
277
278
# File 'lib/standard_colours.rb', line 276

def self.electric_indigo
	RGB.new(0.400000, 0.000000, 1.000000)
end

.electric_limeObject



279
280
281
# File 'lib/standard_colours.rb', line 279

def self.electric_lime
	RGB.new(0.800000, 1.000000, 0.000000)
end

.electric_purpleObject



282
283
284
# File 'lib/standard_colours.rb', line 282

def self.electric_purple
	RGB.new(0.749020, 0.000000, 1.000000)
end

.emeraldObject



285
286
287
# File 'lib/standard_colours.rb', line 285

def self.emerald
	RGB.new(0.313725, 0.784314, 0.470588)
end

.falu_redObject



288
289
290
# File 'lib/standard_colours.rb', line 288

def self.falu_red
	RGB.new(0.501961, 0.094118, 0.094118)
end

.fern_greenObject



291
292
293
# File 'lib/standard_colours.rb', line 291

def self.fern_green
	RGB.new(0.309804, 0.474510, 0.258824)
end

.flaxObject



294
295
296
# File 'lib/standard_colours.rb', line 294

def self.flax
	RGB.new(0.933333, 0.862745, 0.509804)
end

.forest_greenObject



297
298
299
# File 'lib/standard_colours.rb', line 297

def self.forest_green
	RGB.new(0.133333, 0.545098, 0.133333)
end

.french_roseObject



300
301
302
# File 'lib/standard_colours.rb', line 300

def self.french_rose
	RGB.new(0.964706, 0.290196, 0.541176)
end

.fuchsiaObject



306
307
308
# File 'lib/standard_colours.rb', line 306

def self.fuchsia
	RGB.new(1.000000, 0.000000, 1.000000)
end

.fuchsia_pinkObject



303
304
305
# File 'lib/standard_colours.rb', line 303

def self.fuchsia_pink
	RGB.new(1.000000, 0.466667, 1.000000)
end

.gambogeObject



309
310
311
# File 'lib/standard_colours.rb', line 309

def self.gamboge
	RGB.new(0.894118, 0.607843, 0.058824)
end

.goldObject



321
322
323
# File 'lib/standard_colours.rb', line 321

def self.gold
	RGB.new(1.000000, 0.843137, 0.000000)
end

.gold_metallicObject



312
313
314
# File 'lib/standard_colours.rb', line 312

def self.gold_metallic
	RGB.new(0.831373, 0.686275, 0.215686)
end

.gold_webObject



315
316
317
# File 'lib/standard_colours.rb', line 315

def self.gold_web
	RGB.new(1.000000, 0.843137, 0.000000)
end

.golden_brownObject



324
325
326
# File 'lib/standard_colours.rb', line 324

def self.golden_brown
	RGB.new(0.600000, 0.396078, 0.082353)
end

.golden_yellowObject



327
328
329
# File 'lib/standard_colours.rb', line 327

def self.golden_yellow
	RGB.new(1.000000, 0.874510, 0.000000)
end

.goldenrodObject



330
331
332
# File 'lib/standard_colours.rb', line 330

def self.goldenrod
	RGB.new(0.854902, 0.647059, 0.125490)
end

.greenObject



333
334
335
# File 'lib/standard_colours.rb', line 333

def self.green
	RGB.new(0.000000, 1.000000, 0.000000)
end

.green_yellowObject



336
337
338
# File 'lib/standard_colours.rb', line 336

def self.green_yellow
	RGB.new(0.678431, 1.000000, 0.184314)
end

.greyObject



339
340
341
# File 'lib/standard_colours.rb', line 339

def self.grey
	RGB.new(0.501961, 0.501961, 0.501961)
end

.grey_asparagusObject



342
343
344
# File 'lib/standard_colours.rb', line 342

def self.grey_asparagus
	RGB.new(0.274510, 0.349020, 0.270588)
end

.han_purpleObject



345
346
347
# File 'lib/standard_colours.rb', line 345

def self.han_purple
	RGB.new(0.321569, 0.094118, 0.980392)
end

.harlequinObject



348
349
350
# File 'lib/standard_colours.rb', line 348

def self.harlequin
	RGB.new(0.247059, 1.000000, 0.000000)
end

.heliotropeObject



351
352
353
# File 'lib/standard_colours.rb', line 351

def self.heliotrope
	RGB.new(0.874510, 0.450980, 1.000000)
end

.hollywood_ceriseObject



354
355
356
# File 'lib/standard_colours.rb', line 354

def self.hollywood_cerise
	RGB.new(0.956863, 0.000000, 0.631373)
end

.hot_magentaObject



357
358
359
# File 'lib/standard_colours.rb', line 357

def self.hot_magenta
	RGB.new(1.000000, 0.000000, 0.800000)
end

.hot_pinkObject



360
361
362
# File 'lib/standard_colours.rb', line 360

def self.hot_pink
	RGB.new(1.000000, 0.411765, 0.705882)
end

.indigoObject



363
364
365
# File 'lib/standard_colours.rb', line 363

def self.indigo
	RGB.new(0.294118, 0.000000, 0.509804)
end

.international_klein_blueObject



366
367
368
# File 'lib/standard_colours.rb', line 366

def self.international_klein_blue
	RGB.new(0.000000, 0.184314, 0.654902)
end

.international_orangeObject



369
370
371
# File 'lib/standard_colours.rb', line 369

def self.international_orange
	RGB.new(1.000000, 0.309804, 0.000000)
end

.islamic_greenObject



372
373
374
# File 'lib/standard_colours.rb', line 372

def self.islamic_green
	RGB.new(0.000000, 0.600000, 0.000000)
end

.ivoryObject



375
376
377
# File 'lib/standard_colours.rb', line 375

def self.ivory
	RGB.new(1.000000, 1.000000, 0.941176)
end

.jadeObject



378
379
380
# File 'lib/standard_colours.rb', line 378

def self.jade
	RGB.new(0.000000, 0.658824, 0.419608)
end

.kelly_greenObject



381
382
383
# File 'lib/standard_colours.rb', line 381

def self.kelly_green
	RGB.new(0.298039, 0.733333, 0.090196)
end

.khakiObject



384
385
386
# File 'lib/standard_colours.rb', line 384

def self.khaki
	RGB.new(0.764706, 0.690196, 0.568627)
end

.lavender_blueObject



393
394
395
# File 'lib/standard_colours.rb', line 393

def self.lavender_blue
	RGB.new(0.800000, 0.800000, 1.000000)
end

.lavender_blushObject



396
397
398
# File 'lib/standard_colours.rb', line 396

def self.lavender_blush
	RGB.new(1.000000, 0.941176, 0.960784)
end

.lavender_greyObject



399
400
401
# File 'lib/standard_colours.rb', line 399

def self.lavender_grey
	RGB.new(0.768627, 0.764706, 0.866667)
end

.lavender_magentaObject



402
403
404
# File 'lib/standard_colours.rb', line 402

def self.lavender_magenta
	RGB.new(0.933333, 0.509804, 0.933333)
end

.lavender_pinkObject



405
406
407
# File 'lib/standard_colours.rb', line 405

def self.lavender_pink
	RGB.new(0.984314, 0.682353, 0.823529)
end

.lavender_purpleObject



408
409
410
# File 'lib/standard_colours.rb', line 408

def self.lavender_purple
	RGB.new(0.588235, 0.470588, 0.713725)
end

.lavender_roseObject



411
412
413
# File 'lib/standard_colours.rb', line 411

def self.lavender_rose
	RGB.new(0.984314, 0.627451, 0.890196)
end

.lavender_webObject



390
391
392
# File 'lib/standard_colours.rb', line 390

def self.lavender_web
	RGB.new(0.901961, 0.901961, 0.980392)
end

.lemonObject



417
418
419
# File 'lib/standard_colours.rb', line 417

def self.lemon
	RGB.new(0.992157, 0.913725, 0.062745)
end

.lemon_chiffonObject



414
415
416
# File 'lib/standard_colours.rb', line 414

def self.lemon_chiffon
	RGB.new(1.000000, 0.980392, 0.803922)
end

.light_blueObject



420
421
422
# File 'lib/standard_colours.rb', line 420

def self.light_blue
	RGB.new(0.678431, 0.847059, 0.901961)
end

.lilacObject



423
424
425
# File 'lib/standard_colours.rb', line 423

def self.lilac
	RGB.new(0.784314, 0.635294, 0.784314)
end

.limeObject



429
430
431
# File 'lib/standard_colours.rb', line 429

def self.lime
	RGB.new(0.000000, 1.000000, 0.000000)
end

.lime_color_wheelObject



426
427
428
# File 'lib/standard_colours.rb', line 426

def self.lime_color_wheel
	RGB.new(0.749020, 1.000000, 0.000000)
end

.linenObject



432
433
434
# File 'lib/standard_colours.rb', line 432

def self.linen
	RGB.new(0.980392, 0.941176, 0.901961)
end

.magentaObject



435
436
437
# File 'lib/standard_colours.rb', line 435

def self.magenta
	RGB.new(1.000000, 0.000000, 1.000000)
end

.malachiteObject



438
439
440
# File 'lib/standard_colours.rb', line 438

def self.malachite
	RGB.new(0.043137, 0.854902, 0.317647)
end

.maroonObject



441
442
443
# File 'lib/standard_colours.rb', line 441

def self.maroon
	RGB.new(0.501961, 0.000000, 0.000000)
end

.mauveObject



447
448
449
# File 'lib/standard_colours.rb', line 447

def self.mauve
	RGB.new(0.878431, 0.690196, 1.000000)
end

.mauve_taupeObject



444
445
446
# File 'lib/standard_colours.rb', line 444

def self.mauve_taupe
	RGB.new(0.568627, 0.372549, 0.427451)
end

.maya_blueObject



450
451
452
# File 'lib/standard_colours.rb', line 450

def self.maya_blue
	RGB.new(0.450980, 0.760784, 0.984314)
end

.medium_blueObject



453
454
455
# File 'lib/standard_colours.rb', line 453

def self.medium_blue
	RGB.new(0.000000, 0.000000, 0.803922)
end

.medium_carmineObject



456
457
458
# File 'lib/standard_colours.rb', line 456

def self.medium_carmine
	RGB.new(0.686275, 0.250980, 0.207843)
end

.medium_purpleObject



459
460
461
# File 'lib/standard_colours.rb', line 459

def self.medium_purple
	RGB.new(0.576471, 0.439216, 0.858824)
end

.midnight_blueObject



462
463
464
# File 'lib/standard_colours.rb', line 462

def self.midnight_blue
	RGB.new(0.000000, 0.200000, 0.400000)
end

.mint_greenObject



465
466
467
# File 'lib/standard_colours.rb', line 465

def self.mint_green
	RGB.new(0.596078, 1.000000, 0.596078)
end

.misty_roseObject



468
469
470
# File 'lib/standard_colours.rb', line 468

def self.misty_rose
	RGB.new(1.000000, 0.894118, 0.882353)
end

.moss_greenObject



471
472
473
# File 'lib/standard_colours.rb', line 471

def self.moss_green
	RGB.new(0.678431, 0.874510, 0.678431)
end

.mountbatten_pinkObject



474
475
476
# File 'lib/standard_colours.rb', line 474

def self.mountbatten_pink
	RGB.new(0.600000, 0.478431, 0.552941)
end

.mustardObject



477
478
479
# File 'lib/standard_colours.rb', line 477

def self.mustard
	RGB.new(1.000000, 0.858824, 0.345098)
end


480
481
482
# File 'lib/standard_colours.rb', line 480

def self.navajo_white
	RGB.new(1.000000, 0.870588, 0.678431)
end


483
484
485
# File 'lib/standard_colours.rb', line 483

def self.navy_blue
	RGB.new(0.000000, 0.000000, 0.501961)
end

.ochreObject



486
487
488
# File 'lib/standard_colours.rb', line 486

def self.ochre
	RGB.new(0.800000, 0.466667, 0.133333)
end

.office_greenObject



489
490
491
# File 'lib/standard_colours.rb', line 489

def self.office_green
	RGB.new(0.000000, 0.501961, 0.000000)
end

.old_goldObject



492
493
494
# File 'lib/standard_colours.rb', line 492

def self.old_gold
	RGB.new(0.811765, 0.709804, 0.231373)
end

.old_laceObject



495
496
497
# File 'lib/standard_colours.rb', line 495

def self.old_lace
	RGB.new(0.992157, 0.960784, 0.901961)
end

.old_lavenderObject



498
499
500
# File 'lib/standard_colours.rb', line 498

def self.old_lavender
	RGB.new(0.474510, 0.407843, 0.470588)
end

.old_roseObject



501
502
503
# File 'lib/standard_colours.rb', line 501

def self.old_rose
	RGB.new(0.752941, 0.180392, 0.298039)
end

.oliveObject



507
508
509
# File 'lib/standard_colours.rb', line 507

def self.olive
	RGB.new(0.501961, 0.501961, 0.000000)
end

.olive_drabObject



504
505
506
# File 'lib/standard_colours.rb', line 504

def self.olive_drab
	RGB.new(0.419608, 0.556863, 0.137255)
end

.olivineObject



510
511
512
# File 'lib/standard_colours.rb', line 510

def self.olivine
	RGB.new(0.603922, 0.725490, 0.450980)
end

.orange_color_wheelObject



513
514
515
# File 'lib/standard_colours.rb', line 513

def self.orange_color_wheel
	RGB.new(1.000000, 0.498039, 0.000000)
end

.orange_peelObject



522
523
524
# File 'lib/standard_colours.rb', line 522

def self.orange_peel
	RGB.new(1.000000, 0.627451, 0.000000)
end

.orange_redObject



525
526
527
# File 'lib/standard_colours.rb', line 525

def self.orange_red
	RGB.new(1.000000, 0.270588, 0.000000)
end

.orange_webObject



516
517
518
# File 'lib/standard_colours.rb', line 516

def self.orange_web
	RGB.new(1.000000, 0.647059, 0.000000)
end

.orchidObject



528
529
530
# File 'lib/standard_colours.rb', line 528

def self.orchid
	RGB.new(0.854902, 0.439216, 0.839216)
end

.pale_blueObject



531
532
533
# File 'lib/standard_colours.rb', line 531

def self.pale_blue
	RGB.new(0.686275, 0.933333, 0.933333)
end

.pale_brownObject



534
535
536
# File 'lib/standard_colours.rb', line 534

def self.pale_brown
	RGB.new(0.596078, 0.462745, 0.329412)
end

.pale_carmineObject



537
538
539
# File 'lib/standard_colours.rb', line 537

def self.pale_carmine
	RGB.new(0.686275, 0.250980, 0.207843)
end

.pale_chestnutObject



540
541
542
# File 'lib/standard_colours.rb', line 540

def self.pale_chestnut
	RGB.new(0.866667, 0.678431, 0.686275)
end

.pale_cornflower_blueObject



543
544
545
# File 'lib/standard_colours.rb', line 543

def self.pale_cornflower_blue
	RGB.new(0.670588, 0.803922, 0.937255)
end

.pale_magentaObject



546
547
548
# File 'lib/standard_colours.rb', line 546

def self.pale_magenta
	RGB.new(0.976471, 0.517647, 0.898039)
end

.pale_pinkObject



549
550
551
# File 'lib/standard_colours.rb', line 549

def self.pale_pink
	RGB.new(0.980392, 0.854902, 0.866667)
end

.pale_red_violetObject



552
553
554
# File 'lib/standard_colours.rb', line 552

def self.pale_red_violet
	RGB.new(0.858824, 0.439216, 0.576471)
end

.papaya_whipObject



555
556
557
# File 'lib/standard_colours.rb', line 555

def self.papaya_whip
	RGB.new(1.000000, 0.937255, 0.835294)
end

.pastel_greenObject



558
559
560
# File 'lib/standard_colours.rb', line 558

def self.pastel_green
	RGB.new(0.466667, 0.866667, 0.466667)
end

.pastel_pinkObject



561
562
563
# File 'lib/standard_colours.rb', line 561

def self.pastel_pink
	RGB.new(1.000000, 0.819608, 0.862745)
end

.peachObject



564
565
566
# File 'lib/standard_colours.rb', line 564

def self.peach
	RGB.new(1.000000, 0.898039, 0.705882)
end

.peach_orangeObject



567
568
569
# File 'lib/standard_colours.rb', line 567

def self.peach_orange
	RGB.new(1.000000, 0.800000, 0.600000)
end

.peach_yellowObject



570
571
572
# File 'lib/standard_colours.rb', line 570

def self.peach_yellow
	RGB.new(0.980392, 0.874510, 0.678431)
end

.pearObject



573
574
575
# File 'lib/standard_colours.rb', line 573

def self.pear
	RGB.new(0.819608, 0.886275, 0.192157)
end

.periwinkleObject



576
577
578
# File 'lib/standard_colours.rb', line 576

def self.periwinkle
	RGB.new(0.800000, 0.800000, 1.000000)
end

.persian_blueObject



579
580
581
# File 'lib/standard_colours.rb', line 579

def self.persian_blue
	RGB.new(0.109804, 0.223529, 0.733333)
end

.persian_greenObject



582
583
584
# File 'lib/standard_colours.rb', line 582

def self.persian_green
	RGB.new(0.000000, 0.650980, 0.576471)
end

.persian_indigoObject



585
586
587
# File 'lib/standard_colours.rb', line 585

def self.persian_indigo
	RGB.new(0.196078, 0.070588, 0.478431)
end

.persian_pinkObject



588
589
590
# File 'lib/standard_colours.rb', line 588

def self.persian_pink
	RGB.new(0.968627, 0.498039, 0.745098)
end

.persian_redObject



591
592
593
# File 'lib/standard_colours.rb', line 591

def self.persian_red
	RGB.new(0.800000, 0.200000, 0.200000)
end

.persian_roseObject



594
595
596
# File 'lib/standard_colours.rb', line 594

def self.persian_rose
	RGB.new(0.996078, 0.156863, 0.635294)
end

.persimmonObject



597
598
599
# File 'lib/standard_colours.rb', line 597

def self.persimmon
	RGB.new(0.925490, 0.345098, 0.000000)
end

.pine_greenObject



600
601
602
# File 'lib/standard_colours.rb', line 600

def self.pine_green
	RGB.new(0.003922, 0.474510, 0.435294)
end

.pinkObject



603
604
605
# File 'lib/standard_colours.rb', line 603

def self.pink
	RGB.new(1.000000, 0.752941, 0.796078)
end

.pink_orangeObject



606
607
608
# File 'lib/standard_colours.rb', line 606

def self.pink_orange
	RGB.new(1.000000, 0.600000, 0.400000)
end

.powder_blueObject



609
610
611
# File 'lib/standard_colours.rb', line 609

def self.powder_blue
	RGB.new(0.690196, 0.878431, 0.901961)
end

.prussian_blueObject



612
613
614
# File 'lib/standard_colours.rb', line 612

def self.prussian_blue
	RGB.new(0.000000, 0.192157, 0.325490)
end

.psychedelic_purpleObject



615
616
617
# File 'lib/standard_colours.rb', line 615

def self.psychedelic_purple
	RGB.new(0.866667, 0.000000, 1.000000)
end

.puceObject



618
619
620
# File 'lib/standard_colours.rb', line 618

def self.puce
	RGB.new(0.800000, 0.533333, 0.600000)
end

.pumpkinObject



621
622
623
# File 'lib/standard_colours.rb', line 621

def self.pumpkin
	RGB.new(1.000000, 0.458824, 0.094118)
end

.purpleObject



627
628
629
# File 'lib/standard_colours.rb', line 627

def self.purple
	RGB.new(0.501961, 0.000000, 0.501961)
end

.purple_taupeObject



624
625
626
# File 'lib/standard_colours.rb', line 624

def self.purple_taupe
	RGB.new(0.313725, 0.250980, 0.301961)
end

.raw_umberObject



630
631
632
# File 'lib/standard_colours.rb', line 630

def self.raw_umber
	RGB.new(0.450980, 0.290196, 0.070588)
end

.redObject



633
634
635
# File 'lib/standard_colours.rb', line 633

def self.red
	RGB.new(1.000000, 0.000000, 0.000000)
end

.red_violetObject



636
637
638
# File 'lib/standard_colours.rb', line 636

def self.red_violet
	RGB.new(0.780392, 0.082353, 0.521569)
end

.rich_carmineObject



639
640
641
# File 'lib/standard_colours.rb', line 639

def self.rich_carmine
	RGB.new(0.843137, 0.000000, 0.250980)
end

.rich_magentaObject



642
643
644
# File 'lib/standard_colours.rb', line 642

def self.rich_magenta
	RGB.new(0.792157, 0.121569, 0.090196)
end

.robin_egg_blueObject



645
646
647
# File 'lib/standard_colours.rb', line 645

def self.robin_egg_blue
	RGB.new(0.000000, 0.800000, 0.800000)
end

.roseObject



651
652
653
# File 'lib/standard_colours.rb', line 651

def self.rose
	RGB.new(1.000000, 0.000000, 0.498039)
end

.rose_taupeObject



648
649
650
# File 'lib/standard_colours.rb', line 648

def self.rose_taupe
	RGB.new(0.564706, 0.364706, 0.364706)
end

.royal_blueObject



654
655
656
# File 'lib/standard_colours.rb', line 654

def self.royal_blue
	RGB.new(0.254902, 0.411765, 0.882353)
end

.royal_purpleObject



657
658
659
# File 'lib/standard_colours.rb', line 657

def self.royal_purple
	RGB.new(0.419608, 0.247059, 0.627451)
end

.russetObject



660
661
662
# File 'lib/standard_colours.rb', line 660

def self.russet
	RGB.new(0.501961, 0.274510, 0.105882)
end

.rustObject



663
664
665
# File 'lib/standard_colours.rb', line 663

def self.rust
	RGB.new(0.717647, 0.254902, 0.054902)
end

.safety_orangeObject



666
667
668
# File 'lib/standard_colours.rb', line 666

def self.safety_orange
	RGB.new(1.000000, 0.400000, 0.000000)
end

.saffronObject



672
673
674
# File 'lib/standard_colours.rb', line 672

def self.saffron
	RGB.new(0.956863, 0.768627, 0.188235)
end

.salmonObject



675
676
677
# File 'lib/standard_colours.rb', line 675

def self.salmon
	RGB.new(1.000000, 0.549020, 0.411765)
end

.sandy_brownObject



678
679
680
# File 'lib/standard_colours.rb', line 678

def self.sandy_brown
	RGB.new(0.956863, 0.643137, 0.376471)
end

.sangriaObject



681
682
683
# File 'lib/standard_colours.rb', line 681

def self.sangria
	RGB.new(0.572549, 0.000000, 0.039216)
end

.sapphireObject



684
685
686
# File 'lib/standard_colours.rb', line 684

def self.sapphire
	RGB.new(0.031373, 0.145098, 0.403922)
end

.scarletObject



687
688
689
# File 'lib/standard_colours.rb', line 687

def self.scarlet
	RGB.new(1.000000, 0.141176, 0.000000)
end

.school_bus_yellowObject



690
691
692
# File 'lib/standard_colours.rb', line 690

def self.school_bus_yellow
	RGB.new(1.000000, 0.847059, 0.000000)
end

.sea_greenObject



693
694
695
# File 'lib/standard_colours.rb', line 693

def self.sea_green
	RGB.new(0.180392, 0.545098, 0.341176)
end

.seashellObject



696
697
698
# File 'lib/standard_colours.rb', line 696

def self.seashell
	RGB.new(1.000000, 0.960784, 0.933333)
end

.selective_yellowObject



699
700
701
# File 'lib/standard_colours.rb', line 699

def self.selective_yellow
	RGB.new(1.000000, 0.729412, 0.000000)
end

.sepiaObject



702
703
704
# File 'lib/standard_colours.rb', line 702

def self.sepia
	RGB.new(0.439216, 0.258824, 0.078431)
end

.shamrock_greenObject



705
706
707
# File 'lib/standard_colours.rb', line 705

def self.shamrock_green
	RGB.new(0.000000, 0.619608, 0.376471)
end

.shocking_pinkObject



708
709
710
# File 'lib/standard_colours.rb', line 708

def self.shocking_pink
	RGB.new(0.988235, 0.058824, 0.752941)
end

.silverObject



711
712
713
# File 'lib/standard_colours.rb', line 711

def self.silver
	RGB.new(0.752941, 0.752941, 0.752941)
end

.sky_blueObject



714
715
716
# File 'lib/standard_colours.rb', line 714

def self.sky_blue
	RGB.new(0.529412, 0.807843, 0.921569)
end

.slate_greyObject



717
718
719
# File 'lib/standard_colours.rb', line 717

def self.slate_grey
	RGB.new(0.439216, 0.501961, 0.564706)
end

.smaltObject



720
721
722
# File 'lib/standard_colours.rb', line 720

def self.smalt
	RGB.new(0.000000, 0.200000, 0.600000)
end

.spring_budObject



723
724
725
# File 'lib/standard_colours.rb', line 723

def self.spring_bud
	RGB.new(0.000000, 0.654902, 0.988235)
end

.spring_greenObject



726
727
728
# File 'lib/standard_colours.rb', line 726

def self.spring_green
	RGB.new(0.000000, 1.000000, 0.498039)
end

.steel_blueObject



729
730
731
# File 'lib/standard_colours.rb', line 729

def self.steel_blue
	RGB.new(0.274510, 0.509804, 0.705882)
end

.tanObject



732
733
734
# File 'lib/standard_colours.rb', line 732

def self.tan
	RGB.new(0.823529, 0.705882, 0.549020)
end

.tangerineObject



738
739
740
# File 'lib/standard_colours.rb', line 738

def self.tangerine
	RGB.new(0.949020, 0.521569, 0.000000)
end

.tangerine_yellowObject



735
736
737
# File 'lib/standard_colours.rb', line 735

def self.tangerine_yellow
	RGB.new(1.000000, 0.800000, 0.000000)
end

.taupeObject



741
742
743
# File 'lib/standard_colours.rb', line 741

def self.taupe
	RGB.new(0.282353, 0.235294, 0.196078)
end

.tea_greenObject



744
745
746
# File 'lib/standard_colours.rb', line 744

def self.tea_green
	RGB.new(0.815686, 0.941176, 0.752941)
end

.tea_roseObject



750
751
752
# File 'lib/standard_colours.rb', line 750

def self.tea_rose
	RGB.new(0.956863, 0.760784, 0.760784)
end

.tea_rose_orangeObject



747
748
749
# File 'lib/standard_colours.rb', line 747

def self.tea_rose_orange
	RGB.new(0.972549, 0.513725, 0.760784)
end

.tealObject



753
754
755
# File 'lib/standard_colours.rb', line 753

def self.teal
	RGB.new(0.000000, 0.501961, 0.501961)
end

.terra_cottaObject



756
757
758
# File 'lib/standard_colours.rb', line 756

def self.terra_cotta
	RGB.new(0.886275, 0.447059, 0.356863)
end

.thistleObject



759
760
761
# File 'lib/standard_colours.rb', line 759

def self.thistle
	RGB.new(0.847059, 0.749020, 0.847059)
end

.turquoiseObject



762
763
764
# File 'lib/standard_colours.rb', line 762

def self.turquoise
	RGB.new(0.188235, 0.835294, 0.784314)
end

.tyrian_purpleObject



765
766
767
# File 'lib/standard_colours.rb', line 765

def self.tyrian_purple
	RGB.new(0.400000, 0.007843, 0.235294)
end

.ultramarineObject



768
769
770
# File 'lib/standard_colours.rb', line 768

def self.ultramarine
	RGB.new(0.070588, 0.039216, 0.560784)
end

.vermilionObject



771
772
773
# File 'lib/standard_colours.rb', line 771

def self.vermilion
	RGB.new(1.000000, 0.301961, 0.000000)
end

.violetObject



780
781
782
# File 'lib/standard_colours.rb', line 780

def self.violet
	RGB.new(0.545098, 0.000000, 1.000000)
end

.violet_webObject



774
775
776
# File 'lib/standard_colours.rb', line 774

def self.violet_web
	RGB.new(0.933333, 0.509804, 0.933333)
end

.viridianObject



783
784
785
# File 'lib/standard_colours.rb', line 783

def self.viridian
	RGB.new(0.250980, 0.509804, 0.427451)
end

.web_azureObject



45
46
47
# File 'lib/standard_colours.rb', line 45

def self.web_azure
	RGB.new(0.941176, 1.000000, 1.000000)
end

.web_goldObject



318
319
320
# File 'lib/standard_colours.rb', line 318

def self.web_gold
	RGB.new(1.000000, 0.843137, 0.000000)
end

.web_lavenderObject



387
388
389
# File 'lib/standard_colours.rb', line 387

def self.web_lavender
	RGB.new(0.901961, 0.901961, 0.980392)
end

.web_orangeObject



519
520
521
# File 'lib/standard_colours.rb', line 519

def self.web_orange
	RGB.new(1.000000, 0.647059, 0.000000)
end

.web_violetObject



777
778
779
# File 'lib/standard_colours.rb', line 777

def self.web_violet
	RGB.new(0.933333, 0.509804, 0.933333)
end

.wheatObject



786
787
788
# File 'lib/standard_colours.rb', line 786

def self.wheat
	RGB.new(0.960784, 0.870588, 0.701961)
end

.whiteObject



789
790
791
# File 'lib/standard_colours.rb', line 789

def self.white
	RGB.new(1.000000, 1.000000, 1.000000)
end

.wisteriaObject



792
793
794
# File 'lib/standard_colours.rb', line 792

def self.wisteria
	RGB.new(0.788235, 0.627451, 0.862745)
end

.yellowObject



795
796
797
# File 'lib/standard_colours.rb', line 795

def self.yellow
	RGB.new(1.000000, 1.000000, 0.000000)
end

.zinnwalditeObject



798
799
800
# File 'lib/standard_colours.rb', line 798

def self.zinnwaldite
	RGB.new(0.921569, 0.760784, 0.686275)
end