#420387

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

Shades of Indigo #420387

Tints of Indigo #420387

Color information

#420387 (or 0x420387) is unknown color: approx Indigo. HEX triplet: 42, 03 and 87. RGB value is (66,3,135). Sum of RGB (Red+Green+Blue) = 66+3+135=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #420387 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420387 is #BDFC78. Grayscale: #242424. Windows color (decimal): -12450937 or 8848194. OLE color: 8848194.

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

Color convert

RGB663135-
CMYK0.510.9800.47
HSL268.64º95.65%27.06%-
HSV(B)268.64º97.78%52.94%-
XYZ6.652.9723.14-
YUV36.88183.37148.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 3 (1.56% from 255) = 1.47%
BLUE value IS 135 (53.12% from 255) = 66.18%
R=32.35%
G=1.47%
B=66.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6631350.510.9800.47268.6495.6527.06
Hex42387336202F10d601b
Octal10232076314205741514033
Binary1000010111000011111001111000100101111100001101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420387; }

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

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

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

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

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

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

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

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