Shades of Indigo #4200AB
Tints of Indigo #4200AB
RGB
CMYK
RGB Variations
Color information
#4200AB (or 0x4200AB) is known color: Indigo. HEX triplet: 42, 00 and AB. RGB value is (66,0,171). Sum of RGB (Red+Green+Blue) = 66+0+171=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #4200AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4200AB is #BDFF54. Grayscale: #262626. Windows color (decimal): -12451669 or 11206722. OLE color: 11206722.
HSL color Cylindrical-coordinate representation of color #4200AB: hue angle of 263.16º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4200AB is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 0 | 171 | - |
| CMYK | 0.61 | 1 | 0 | 0.33 |
| HSL | 263.16º | 1% | 0.34% | - |
| HSV(B) | 263.16º | 1% | 0.67% | - |
| XYZ | 9.6 | 4.1 | 38.81 | - |
| YUV | 39.23 | 202.37 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 171 | 0.61 | 1 | 0 | 0.33 | 263.16 | 1 | 0.34 |
| Hex | 42 | 0 | AB | 3D | 64 | 0 | 21 | 107 | 64 | 22 |
| Octal | 102 | 0 | 253 | 75 | 144 | 0 | 41 | 407 | 144 | 42 |
| Binary | 1000010 | 0 | 10101011 | 111101 | 1100100 | 0 | 100001 | 100000111 | 1100100 | 100010 |
Color Harmonies of #4200AB
Complementary color
Monochromatic Colors of #4200AB
Black with #4200AB
Text Example
Text Example
White with #4200AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4200AB; }
p { color: rgb(66,0,171); }
H1.HeaderClassName
{
color: #4200AB;
}
.AnyTagClassName
{
color: #4200AB;
}
</style>
background-color css
<style>
a { background-color: #4200AB; }
a { background-color: rgb(66,0,171); }
div.DivClassName
{
background-color: #4200AB;
}
.BgClassName
{
background-color: #4200AB;
}
</style>
border-color css
<style>
span { border-color: #4200AB; }
span { border-color: rgb(66,0,171); }
td.TdClassName
{
border-color: #4200AB;
}
.TagClassName
{
border-color: #4200AB;
}
</style>