Shades of Indigo #420067
Tints of Indigo #420067
RGB
CMYK
RGB Variations
Color information
#420067 (or 0x420067) is known color: Indigo. HEX triplet: 42, 00 and 67. RGB value is (66,0,103). Sum of RGB (Red+Green+Blue) = 66+0+103=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 103 (40.62% from 255 or 60.95% from 169); Max value from RGB is 103 - color contains mainly: blue. Hex color #420067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420067 is #BDFF98. Grayscale: #1F1F1F. Windows color (decimal): -12451737 or 6750274. OLE color: 6750274.
HSL color Cylindrical-coordinate representation of color #420067: hue angle of 278.45º 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 #420067 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 0 | 103 | - |
| CMYK | 0.36 | 1 | 0 | 0.60 |
| HSL | 278.45º | 1% | 0.2% | - |
| HSV(B) | 278.45º | 1% | 0.4% | - |
| XYZ | 4.69 | 2.14 | 13 | - |
| YUV | 31.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 103 | 0.36 | 1 | 0 | 0.60 | 278.45 | 1 | 0.2 |
| Hex | 42 | 0 | 67 | 24 | 64 | 0 | 3C | 116 | 64 | 14 |
| Octal | 102 | 0 | 147 | 44 | 144 | 0 | 74 | 426 | 144 | 24 |
| Binary | 1000010 | 0 | 1100111 | 100100 | 1100100 | 0 | 111100 | 100010110 | 1100100 | 10100 |
Color Harmonies of #420067
Complementary color
Monochromatic Colors of #420067
Black with #420067
Text Example
Text Example
White with #420067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420067; }
p { color: rgb(66,0,103); }
H1.HeaderClassName
{
color: #420067;
}
.AnyTagClassName
{
color: #420067;
}
</style>
background-color css
<style>
a { background-color: #420067; }
a { background-color: rgb(66,0,103); }
div.DivClassName
{
background-color: #420067;
}
.BgClassName
{
background-color: #420067;
}
</style>
border-color css
<style>
span { border-color: #420067; }
span { border-color: rgb(66,0,103); }
td.TdClassName
{
border-color: #420067;
}
.TagClassName
{
border-color: #420067;
}
</style>