Shades of Indigo #4004AB
Tints of Indigo #4004AB
RGB
CMYK
RGB Variations
Color information
#4004AB (or 0x4004AB) is known color: Indigo. HEX triplet: 40, 04 and AB. RGB value is (64,4,171). Sum of RGB (Red+Green+Blue) = 64+4+171=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #4004AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4004AB is #BFFB54. Grayscale: #282828. Windows color (decimal): -12581717 or 11207744. OLE color: 11207744.
HSL color Cylindrical-coordinate representation of color #4004AB: hue angle of 261.56º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4004AB is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 4 | 171 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.33 |
| HSL | 261.56º | 0.95% | 0.34% | - |
| HSV(B) | 261.56º | 0.98% | 0.67% | - |
| XYZ | 9.51 | 4.12 | 38.82 | - |
| YUV | 40.98 | 201.38 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 171 | 0.63 | 0.98 | 0 | 0.33 | 261.56 | 0.95 | 0.34 |
| Hex | 40 | 4 | AB | 3F | 62 | 0 | 21 | 106 | 5F | 22 |
| Octal | 100 | 4 | 253 | 77 | 142 | 0 | 41 | 406 | 137 | 42 |
| Binary | 1000000 | 100 | 10101011 | 111111 | 1100010 | 0 | 100001 | 100000110 | 1011111 | 100010 |
Color Harmonies of #4004AB
Complementary color
Monochromatic Colors of #4004AB
Black with #4004AB
Text Example
Text Example
White with #4004AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4004AB; }
p { color: rgb(64,4,171); }
H1.HeaderClassName
{
color: #4004AB;
}
.AnyTagClassName
{
color: #4004AB;
}
</style>
background-color css
<style>
a { background-color: #4004AB; }
a { background-color: rgb(64,4,171); }
div.DivClassName
{
background-color: #4004AB;
}
.BgClassName
{
background-color: #4004AB;
}
</style>
border-color css
<style>
span { border-color: #4004AB; }
span { border-color: rgb(64,4,171); }
td.TdClassName
{
border-color: #4004AB;
}
.TagClassName
{
border-color: #4004AB;
}
</style>