Shades of Indigo #420DA1
Tints of Indigo #420DA1
RGB
CMYK
RGB Variations
Color information
#420DA1 (or 0x420DA1) is known color: Indigo. HEX triplet: 42, 0D and A1. RGB value is (66,13,161). Sum of RGB (Red+Green+Blue) = 66+13+161=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 161 (63.28% from 255 or 67.08% from 240); Max value from RGB is 161 - color contains mainly: blue. Hex color #420DA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420DA1 is #BDF25E. Grayscale: #2D2D2D. Windows color (decimal): -12448351 or 10554690. OLE color: 10554690.
HSL color Cylindrical-coordinate representation of color #420DA1: hue angle of 261.49º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420DA1 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 13 | 161 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.37 |
| HSL | 261.49º | 0.85% | 0.34% | - |
| HSV(B) | 261.49º | 0.92% | 0.63% | - |
| XYZ | 8.82 | 4.02 | 34.03 | - |
| YUV | 45.72 | 193.06 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 13 | 161 | 0.59 | 0.92 | 0 | 0.37 | 261.49 | 0.85 | 0.34 |
| Hex | 42 | D | A1 | 3B | 5C | 0 | 25 | 105 | 55 | 22 |
| Octal | 102 | 15 | 241 | 73 | 134 | 0 | 45 | 405 | 125 | 42 |
| Binary | 1000010 | 1101 | 10100001 | 111011 | 1011100 | 0 | 100101 | 100000101 | 1010101 | 100010 |
Color Harmonies of #420DA1
Complementary color
Monochromatic Colors of #420DA1
Black with #420DA1
Text Example
Text Example
White with #420DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420DA1; }
p { color: rgb(66,13,161); }
H1.HeaderClassName
{
color: #420DA1;
}
.AnyTagClassName
{
color: #420DA1;
}
</style>
background-color css
<style>
a { background-color: #420DA1; }
a { background-color: rgb(66,13,161); }
div.DivClassName
{
background-color: #420DA1;
}
.BgClassName
{
background-color: #420DA1;
}
</style>
border-color css
<style>
span { border-color: #420DA1; }
span { border-color: rgb(66,13,161); }
td.TdClassName
{
border-color: #420DA1;
}
.TagClassName
{
border-color: #420DA1;
}
</style>