Shades of Indigo #4010AB
Tints of Indigo #4010AB
RGB
CMYK
RGB Variations
Color information
#4010AB (or 0x4010AB) is known color: Indigo. HEX triplet: 40, 10 and AB. RGB value is (64,16,171). Sum of RGB (Red+Green+Blue) = 64+16+171=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #4010AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4010AB is #BFEF54. Grayscale: #2F2F2F. Windows color (decimal): -12578645 or 11210816. OLE color: 11210816.
HSL color Cylindrical-coordinate representation of color #4010AB: hue angle of 258.58º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4010AB is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 16 | 171 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.33 |
| HSL | 258.58º | 0.83% | 0.37% | - |
| HSV(B) | 258.58º | 0.91% | 0.67% | - |
| XYZ | 9.65 | 4.4 | 38.87 | - |
| YUV | 48.02 | 197.4 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 171 | 0.63 | 0.91 | 0 | 0.33 | 258.58 | 0.83 | 0.37 |
| Hex | 40 | 10 | AB | 3F | 5B | 0 | 21 | 103 | 53 | 25 |
| Octal | 100 | 20 | 253 | 77 | 133 | 0 | 41 | 403 | 123 | 45 |
| Binary | 1000000 | 10000 | 10101011 | 111111 | 1011011 | 0 | 100001 | 100000011 | 1010011 | 100101 |
Color Harmonies of #4010AB
Complementary color
Monochromatic Colors of #4010AB
Black with #4010AB
Text Example
Text Example
White with #4010AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4010AB; }
p { color: rgb(64,16,171); }
H1.HeaderClassName
{
color: #4010AB;
}
.AnyTagClassName
{
color: #4010AB;
}
</style>
background-color css
<style>
a { background-color: #4010AB; }
a { background-color: rgb(64,16,171); }
div.DivClassName
{
background-color: #4010AB;
}
.BgClassName
{
background-color: #4010AB;
}
</style>
border-color css
<style>
span { border-color: #4010AB; }
span { border-color: rgb(64,16,171); }
td.TdClassName
{
border-color: #4010AB;
}
.TagClassName
{
border-color: #4010AB;
}
</style>