#420596

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

Shades of Indigo #420596

Tints of Indigo #420596

Color information

#420596 (or 0x420596) is unknown color: approx Indigo. HEX triplet: 42, 05 and 96. RGB value is (66,5,150). Sum of RGB (Red+Green+Blue) = 66+5+150=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #420596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420596 is #BDFA69. Grayscale: #272727. Windows color (decimal): -12450410 or 9831746. OLE color: 9831746.

HSL color Cylindrical-coordinate representation of color #420596: hue angle of 265.24º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420596 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB665150-
CMYK0.560.9700.41
HSL265.24º93.55%30.39%-
HSV(B)265.24º96.67%58.82%-
XYZ7.813.4729.11-
YUV39.77190.21146.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 150 (58.98% from 255) = 67.87%
R=29.86%
G=2.26%
B=67.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6651500.560.9700.41265.2493.5530.39
Hex4259638610291095e1e
Octal10252267014105141113636
Binary10000101011001011011100011000010101001100001001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420596; }

 p { color: rgb(66,5,150); }

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

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

 a { background-color: rgb(66,5,150); }

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

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

 span { border-color: rgb(66,5,150); }

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