Shades of Indigo #420466
Tints of Indigo #420466
RGB
CMYK
RGB Variations
Color information
#420466 (or 0x420466) is known color: Indigo. HEX triplet: 42, 04 and 66. RGB value is (66,4,102). Sum of RGB (Red+Green+Blue) = 66+4+102=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #420466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420466 is #BDFB99. Grayscale: #212121. Windows color (decimal): -12450714 or 6685762. OLE color: 6685762.
HSL color Cylindrical-coordinate representation of color #420466: hue angle of 277.96º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420466 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 66 | 4 | 102 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.6 |
| HSL | 277.96º | 0.92% | 0.21% | - |
| HSV(B) | 277.96º | 0.96% | 0.4% | - |
| XYZ | 4.69 | 2.2 | 12.75 | - |
| YUV | 33.71 | 166.54 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 4 | 102 | 0.35 | 0.96 | 0 | 0.6 | 277.96 | 0.92 | 0.21 |
| Hex | 42 | 4 | 66 | 23 | 60 | 0 | 3C | 116 | 5C | 15 |
| Octal | 102 | 4 | 146 | 43 | 140 | 0 | 74 | 426 | 134 | 25 |
| Binary | 1000010 | 100 | 1100110 | 100011 | 1100000 | 0 | 111100 | 100010110 | 1011100 | 10101 |
Color Harmonies of #420466
Complementary color
Monochromatic Colors of #420466
Black with #420466
Text Example
Text Example
White with #420466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420466; }
p { color: rgb(66,4,102); }
H1.HeaderClassName
{
color: #420466;
}
.AnyTagClassName
{
color: #420466;
}
</style>
background-color css
<style>
a { background-color: #420466; }
a { background-color: rgb(66,4,102); }
div.DivClassName
{
background-color: #420466;
}
.BgClassName
{
background-color: #420466;
}
</style>
border-color css
<style>
span { border-color: #420466; }
span { border-color: rgb(66,4,102); }
td.TdClassName
{
border-color: #420466;
}
.TagClassName
{
border-color: #420466;
}
</style>