Shades of Indigo #420161
Tints of Indigo #420161
RGB
CMYK
RGB Variations
Color information
#420161 (or 0x420161) is known color: Indigo. HEX triplet: 42, 01 and 61. RGB value is (66,1,97). Sum of RGB (Red+Green+Blue) = 66+1+97=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #420161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420161 is #BDFE9E. Grayscale: #1F1F1F. Windows color (decimal): -12451487 or 6357314. OLE color: 6357314.
HSL color Cylindrical-coordinate representation of color #420161: hue angle of 280.62º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420161 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 1 | 97 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.62 |
| HSL | 280.63º | 0.98% | 0.19% | - |
| HSV(B) | 280.63º | 0.99% | 0.38% | - |
| XYZ | 4.42 | 2.04 | 11.47 | - |
| YUV | 31.38 | 165.03 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 97 | 0.32 | 0.99 | 0 | 0.62 | 280.63 | 0.98 | 0.19 |
| Hex | 42 | 1 | 61 | 20 | 63 | 0 | 3E | 119 | 62 | 13 |
| Octal | 102 | 1 | 141 | 40 | 143 | 0 | 76 | 431 | 142 | 23 |
| Binary | 1000010 | 1 | 1100001 | 100000 | 1100011 | 0 | 111110 | 100011001 | 1100010 | 10011 |
Color Harmonies of #420161
Complementary color
Monochromatic Colors of #420161
Black with #420161
Text Example
Text Example
White with #420161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420161; }
p { color: rgb(66,1,97); }
H1.HeaderClassName
{
color: #420161;
}
.AnyTagClassName
{
color: #420161;
}
</style>
background-color css
<style>
a { background-color: #420161; }
a { background-color: rgb(66,1,97); }
div.DivClassName
{
background-color: #420161;
}
.BgClassName
{
background-color: #420161;
}
</style>
border-color css
<style>
span { border-color: #420161; }
span { border-color: rgb(66,1,97); }
td.TdClassName
{
border-color: #420161;
}
.TagClassName
{
border-color: #420161;
}
</style>