Shades of Indigo #420A67
Tints of Indigo #420A67
RGB
CMYK
RGB Variations
Color information
#420A67 (or 0x420A67) is known color: Indigo. HEX triplet: 42, 0A and 67. RGB value is (66,10,103). Sum of RGB (Red+Green+Blue) = 66+10+103=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 103 (40.62% from 255 or 57.54% from 179); Max value from RGB is 103 - color contains mainly: blue. Hex color #420A67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420A67 is #BDF598. Grayscale: #252525. Windows color (decimal): -12449177 or 6752834. OLE color: 6752834.
HSL color Cylindrical-coordinate representation of color #420A67: hue angle of 276.13º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #420A67 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 10 | 103 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.60 |
| HSL | 276.13º | 0.82% | 0.22% | - |
| HSV(B) | 276.13º | 0.9% | 0.4% | - |
| XYZ | 4.8 | 2.35 | 13.03 | - |
| YUV | 37.35 | 165.05 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 103 | 0.36 | 0.90 | 0 | 0.60 | 276.13 | 0.82 | 0.22 |
| Hex | 42 | A | 67 | 24 | 5A | 0 | 3C | 114 | 52 | 16 |
| Octal | 102 | 12 | 147 | 44 | 132 | 0 | 74 | 424 | 122 | 26 |
| Binary | 1000010 | 1010 | 1100111 | 100100 | 1011010 | 0 | 111100 | 100010100 | 1010010 | 10110 |
Color Harmonies of #420A67
Complementary color
Monochromatic Colors of #420A67
Black with #420A67
Text Example
Text Example
White with #420A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420A67; }
p { color: rgb(66,10,103); }
H1.HeaderClassName
{
color: #420A67;
}
.AnyTagClassName
{
color: #420A67;
}
</style>
background-color css
<style>
a { background-color: #420A67; }
a { background-color: rgb(66,10,103); }
div.DivClassName
{
background-color: #420A67;
}
.BgClassName
{
background-color: #420A67;
}
</style>
border-color css
<style>
span { border-color: #420A67; }
span { border-color: rgb(66,10,103); }
td.TdClassName
{
border-color: #420A67;
}
.TagClassName
{
border-color: #420A67;
}
</style>