#420060

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

Shades of Indigo #420060

Tints of Indigo #420060

Color information

#420060 (or 0x420060) is unknown color: approx Indigo. HEX triplet: 42, 00 and 60. RGB value is (66,0,96). Sum of RGB (Red+Green+Blue) = 66+0+96=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #420060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420060 is #BDFF9F. Grayscale: #1E1E1E. Windows color (decimal): -12451744 or 6291522. OLE color: 6291522.

HSL color Cylindrical-coordinate representation of color #420060: hue angle of 281.25º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420060 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB66096-
CMYK0.31100.62
HSL281.25º100%18.82%-
HSV(B)281.25º100%37.65%-
XYZ4.36211.22-
YUV30.68164.87153.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 59.26%
R=40.74%
G=0%
B=59.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal660960.31100.62281.2510018.82
Hex420601F6403E1196413
Octal10201403714407643114423
Binary1000010011000001111111001000111110100011001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420060; }

 p { color: rgb(66,0,96); }

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

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

 a { background-color: rgb(66,0,96); }

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

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

 span { border-color: rgb(66,0,96); }

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