#420066

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

Shades of Indigo #420066

Tints of Indigo #420066

Color information

#420066 (or 0x420066) is unknown color: approx Indigo. HEX triplet: 42, 00 and 66. RGB value is (66,0,102). Sum of RGB (Red+Green+Blue) = 66+0+102=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #420066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420066 is #BDFF99. Grayscale: #1F1F1F. Windows color (decimal): -12451738 or 6684738. OLE color: 6684738.

HSL color Cylindrical-coordinate representation of color #420066: hue angle of 278.82º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420066 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB660102-
CMYK0.35100.6
HSL278.82º100%20%-
HSV(B)278.82º100%40%-
XYZ4.652.1212.73-
YUV31.36167.87152.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 60.71%
R=39.29%
G=0%
B=60.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6601020.35100.6278.8210020
Hex42066236403C1176414
Octal10201464314407442714424
Binary10000100110011010001111001000111100100010111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420066; }

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

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

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

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

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

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

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

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