Shades of Indigo #420C68
Tints of Indigo #420C68
RGB
CMYK
RGB Variations
Color information
#420C68 (or 0x420C68) is known color: Indigo. HEX triplet: 42, 0C and 68. RGB value is (66,12,104). Sum of RGB (Red+Green+Blue) = 66+12+104=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #420C68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C68 is #BDF397. Grayscale: #262626. Windows color (decimal): -12448664 or 6818882. OLE color: 6818882.
HSL color Cylindrical-coordinate representation of color #420C68: hue angle of 275.22º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420C68 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 12 | 104 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.59 |
| HSL | 275.22º | 0.79% | 0.23% | - |
| HSV(B) | 275.22º | 0.88% | 0.41% | - |
| XYZ | 4.88 | 2.42 | 13.31 | - |
| YUV | 38.63 | 164.89 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 104 | 0.37 | 0.88 | 0 | 0.59 | 275.22 | 0.79 | 0.23 |
| Hex | 42 | C | 68 | 25 | 58 | 0 | 3B | 113 | 4F | 17 |
| Octal | 102 | 14 | 150 | 45 | 130 | 0 | 73 | 423 | 117 | 27 |
| Binary | 1000010 | 1100 | 1101000 | 100101 | 1011000 | 0 | 111011 | 100010011 | 1001111 | 10111 |
Color Harmonies of #420C68
Complementary color
Monochromatic Colors of #420C68
Black with #420C68
Text Example
Text Example
White with #420C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420C68; }
p { color: rgb(66,12,104); }
H1.HeaderClassName
{
color: #420C68;
}
.AnyTagClassName
{
color: #420C68;
}
</style>
background-color css
<style>
a { background-color: #420C68; }
a { background-color: rgb(66,12,104); }
div.DivClassName
{
background-color: #420C68;
}
.BgClassName
{
background-color: #420C68;
}
</style>
border-color css
<style>
span { border-color: #420C68; }
span { border-color: rgb(66,12,104); }
td.TdClassName
{
border-color: #420C68;
}
.TagClassName
{
border-color: #420C68;
}
</style>