Shades of Indigo #4205AB
Tints of Indigo #4205AB
RGB
CMYK
RGB Variations
Color information
#4205AB (or 0x4205AB) is known color: Indigo. HEX triplet: 42, 05 and AB. RGB value is (66,5,171). Sum of RGB (Red+Green+Blue) = 66+5+171=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #4205AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4205AB is #BDFA54. Grayscale: #292929. Windows color (decimal): -12450389 or 11208002. OLE color: 11208002.
HSL color Cylindrical-coordinate representation of color #4205AB: hue angle of 262.05º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4205AB is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 5 | 171 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.33 |
| HSL | 262.05º | 0.94% | 0.35% | - |
| HSV(B) | 262.05º | 0.97% | 0.67% | - |
| XYZ | 9.65 | 4.21 | 38.83 | - |
| YUV | 42.16 | 200.71 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 171 | 0.61 | 0.97 | 0 | 0.33 | 262.05 | 0.94 | 0.35 |
| Hex | 42 | 5 | AB | 3D | 61 | 0 | 21 | 106 | 5E | 23 |
| Octal | 102 | 5 | 253 | 75 | 141 | 0 | 41 | 406 | 136 | 43 |
| Binary | 1000010 | 101 | 10101011 | 111101 | 1100001 | 0 | 100001 | 100000110 | 1011110 | 100011 |
Color Harmonies of #4205AB
Complementary color
Monochromatic Colors of #4205AB
Black with #4205AB
Text Example
Text Example
White with #4205AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4205AB; }
p { color: rgb(66,5,171); }
H1.HeaderClassName
{
color: #4205AB;
}
.AnyTagClassName
{
color: #4205AB;
}
</style>
background-color css
<style>
a { background-color: #4205AB; }
a { background-color: rgb(66,5,171); }
div.DivClassName
{
background-color: #4205AB;
}
.BgClassName
{
background-color: #4205AB;
}
</style>
border-color css
<style>
span { border-color: #4205AB; }
span { border-color: rgb(66,5,171); }
td.TdClassName
{
border-color: #4205AB;
}
.TagClassName
{
border-color: #4205AB;
}
</style>