Shades of Indigo #4213A9
Tints of Indigo #4213A9
RGB
CMYK
RGB Variations
Color information
#4213A9 (or 0x4213A9) is known color: Indigo. HEX triplet: 42, 13 and A9. RGB value is (66,19,169). Sum of RGB (Red+Green+Blue) = 66+19+169=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 169 (66.41% from 255 or 66.54% from 254); Max value from RGB is 169 - color contains mainly: blue. Hex color #4213A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4213A9 is #BDEC56. Grayscale: #313131. Windows color (decimal): -12446807 or 11080514. OLE color: 11080514.
HSL color Cylindrical-coordinate representation of color #4213A9: hue angle of 258.8º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4213A9 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 19 | 169 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.34 |
| HSL | 258.8º | 0.8% | 0.37% | - |
| HSV(B) | 258.8º | 0.89% | 0.66% | - |
| XYZ | 9.64 | 4.49 | 37.89 | - |
| YUV | 50.15 | 195.07 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 19 | 169 | 0.61 | 0.89 | 0 | 0.34 | 258.8 | 0.8 | 0.37 |
| Hex | 42 | 13 | A9 | 3D | 59 | 0 | 22 | 103 | 50 | 25 |
| Octal | 102 | 23 | 251 | 75 | 131 | 0 | 42 | 403 | 120 | 45 |
| Binary | 1000010 | 10011 | 10101001 | 111101 | 1011001 | 0 | 100010 | 100000011 | 1010000 | 100101 |
Color Harmonies of #4213A9
Complementary color
Monochromatic Colors of #4213A9
Black with #4213A9
Text Example
Text Example
White with #4213A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4213A9; }
p { color: rgb(66,19,169); }
H1.HeaderClassName
{
color: #4213A9;
}
.AnyTagClassName
{
color: #4213A9;
}
</style>
background-color css
<style>
a { background-color: #4213A9; }
a { background-color: rgb(66,19,169); }
div.DivClassName
{
background-color: #4213A9;
}
.BgClassName
{
background-color: #4213A9;
}
</style>
border-color css
<style>
span { border-color: #4213A9; }
span { border-color: rgb(66,19,169); }
td.TdClassName
{
border-color: #4213A9;
}
.TagClassName
{
border-color: #4213A9;
}
</style>