Shades of Indigo #420066
Tints of Indigo #420066
RGB
CMYK
RGB Variations
Color information
#420066 (or 0x420066) is known color: 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
| RGB | 66 | 0 | 102 | - |
| CMYK | 0.35 | 1 | 0 | 0.6 |
| HSL | 278.82º | 1% | 0.2% | - |
| HSV(B) | 278.82º | 1% | 0.4% | - |
| XYZ | 4.65 | 2.12 | 12.73 | - |
| YUV | 31.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 102 | 0.35 | 1 | 0 | 0.6 | 278.82 | 1 | 0.2 |
| Hex | 42 | 0 | 66 | 23 | 64 | 0 | 3C | 117 | 64 | 14 |
| Octal | 102 | 0 | 146 | 43 | 144 | 0 | 74 | 427 | 144 | 24 |
| Binary | 1000010 | 0 | 1100110 | 100011 | 1100100 | 0 | 111100 | 100010111 | 1100100 | 10100 |
Color Harmonies of #420066
Complementary color
Monochromatic Colors of #420066
Black with #420066
Text Example
Text Example
White with #420066
Text Example
Text Example
HTML Codes & Css Web 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>