#420287

Color #420287 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #420287

Tints of Indigo #420287

Color information

#420287 (or 0x420287) is unknown color: approx Indigo. HEX triplet: 42, 02 and 87. RGB value is (66,2,135). Sum of RGB (Red+Green+Blue) = 66+2+135=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #420287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420287 is #BDFD78. Grayscale: #232323. Windows color (decimal): -12451193 or 8847938. OLE color: 8847938.

HSL color Cylindrical-coordinate representation of color #420287: hue angle of 268.87º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420287 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB662135-
CMYK0.510.9900.47
HSL268.87º97.08%26.86%-
HSV(B)268.87º98.52%52.94%-
XYZ6.642.9523.14-
YUV36.3183.7149.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 32.51%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 135 (53.12% from 255) = 66.50%
R=32.51%
G=0.99%
B=66.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6621350.510.9900.47268.8797.0826.86
Hex42287336302F10d611b
Octal10222076314305741514133
Binary1000010101000011111001111000110101111100001101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420287; }

 p { color: rgb(66,2,135); }

 H1.HeaderClassName
 {
   color: #420287;
 }
 .AnyTagClassName
 {
   color: #420287;
 }
</style>
background-color css

<style>
 a { background-color: #420287; }

 a { background-color: rgb(66,2,135); }

 div.DivClassName
 {
   background-color: #420287;
 }
 .BgClassName
 {
   background-color: #420287;
 }
</style>
border-color css

<style>
 span { border-color: #420287; }

 span { border-color: rgb(66,2,135); }

 td.TdClassName
 {
   border-color: #420287;
 }
 .TagClassName
 {
   border-color: #420287;
 }
</style>