Shades of Indigo #4201AB
Tints of Indigo #4201AB
RGB
CMYK
RGB Variations
Color information
#4201AB (or 0x4201AB) is known color: Indigo. HEX triplet: 42, 01 and AB. RGB value is (66,1,171). Sum of RGB (Red+Green+Blue) = 66+1+171=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #4201AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4201AB is #BDFE54. Grayscale: #272727. Windows color (decimal): -12451413 or 11206978. OLE color: 11206978.
HSL color Cylindrical-coordinate representation of color #4201AB: hue angle of 262.94º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4201AB is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 1 | 171 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.33 |
| HSL | 262.94º | 0.99% | 0.34% | - |
| HSV(B) | 262.94º | 0.99% | 0.67% | - |
| XYZ | 9.61 | 4.12 | 38.82 | - |
| YUV | 39.82 | 202.03 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 171 | 0.61 | 0.99 | 0 | 0.33 | 262.94 | 0.99 | 0.34 |
| Hex | 42 | 1 | AB | 3D | 63 | 0 | 21 | 107 | 63 | 22 |
| Octal | 102 | 1 | 253 | 75 | 143 | 0 | 41 | 407 | 143 | 42 |
| Binary | 1000010 | 1 | 10101011 | 111101 | 1100011 | 0 | 100001 | 100000111 | 1100011 | 100010 |
Color Harmonies of #4201AB
Complementary color
Monochromatic Colors of #4201AB
Black with #4201AB
Text Example
Text Example
White with #4201AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4201AB; }
p { color: rgb(66,1,171); }
H1.HeaderClassName
{
color: #4201AB;
}
.AnyTagClassName
{
color: #4201AB;
}
</style>
background-color css
<style>
a { background-color: #4201AB; }
a { background-color: rgb(66,1,171); }
div.DivClassName
{
background-color: #4201AB;
}
.BgClassName
{
background-color: #4201AB;
}
</style>
border-color css
<style>
span { border-color: #4201AB; }
span { border-color: rgb(66,1,171); }
td.TdClassName
{
border-color: #4201AB;
}
.TagClassName
{
border-color: #4201AB;
}
</style>