#420D92

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

Shades of Indigo #420D92

Tints of Indigo #420D92

Color information

#420D92 (or 0x420D92) is unknown color: approx Indigo. HEX triplet: 42, 0D and 92. RGB value is (66,13,146). Sum of RGB (Red+Green+Blue) = 66+13+146=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #420D92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420D92 is #BDF26D. Grayscale: #2B2B2B. Windows color (decimal): -12448366 or 9571650. OLE color: 9571650.

HSL color Cylindrical-coordinate representation of color #420D92: hue angle of 263.91º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420D92 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6613146-
CMYK0.550.9100.43
HSL263.91º83.65%31.18%-
HSV(B)263.91º91.1%57.25%-
XYZ7.583.5227.47-
YUV44.01185.56143.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 13 (5.47% from 255) = 5.78%
BLUE value IS 146 (57.42% from 255) = 64.89%
R=29.33%
G=5.78%
B=64.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66131460.550.9100.43263.9183.6531.18
Hex42D92375B02B108541f
Octal102152226713305341012437
Binary100001011011001001011011110110110101011100001000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420D92; }

 p { color: rgb(66,13,146); }

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

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

 a { background-color: rgb(66,13,146); }

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

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

 span { border-color: rgb(66,13,146); }

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