Shades of Indigo #420A6C
Tints of Indigo #420A6C
RGB
CMYK
RGB Variations
Color information
#420A6C (or 0x420A6C) is known color: Indigo. HEX triplet: 42, 0A and 6C. RGB value is (66,10,108). Sum of RGB (Red+Green+Blue) = 66+10+108=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #420A6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420A6C is #BDF593. Grayscale: #252525. Windows color (decimal): -12449172 or 7080514. OLE color: 7080514.
HSL color Cylindrical-coordinate representation of color #420A6C: hue angle of 274.29º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420A6C is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 10 | 108 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.58 |
| HSL | 274.29º | 0.83% | 0.23% | - |
| HSV(B) | 274.29º | 0.91% | 0.42% | - |
| XYZ | 5.06 | 2.46 | 14.4 | - |
| YUV | 37.92 | 167.55 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 108 | 0.39 | 0.91 | 0 | 0.58 | 274.29 | 0.83 | 0.23 |
| Hex | 42 | A | 6C | 27 | 5B | 0 | 3A | 112 | 53 | 17 |
| Octal | 102 | 12 | 154 | 47 | 133 | 0 | 72 | 422 | 123 | 27 |
| Binary | 1000010 | 1010 | 1101100 | 100111 | 1011011 | 0 | 111010 | 100010010 | 1010011 | 10111 |
Color Harmonies of #420A6C
Complementary color
Monochromatic Colors of #420A6C
Black with #420A6C
Text Example
Text Example
White with #420A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420A6C; }
p { color: rgb(66,10,108); }
H1.HeaderClassName
{
color: #420A6C;
}
.AnyTagClassName
{
color: #420A6C;
}
</style>
background-color css
<style>
a { background-color: #420A6C; }
a { background-color: rgb(66,10,108); }
div.DivClassName
{
background-color: #420A6C;
}
.BgClassName
{
background-color: #420A6C;
}
</style>
border-color css
<style>
span { border-color: #420A6C; }
span { border-color: rgb(66,10,108); }
td.TdClassName
{
border-color: #420A6C;
}
.TagClassName
{
border-color: #420A6C;
}
</style>