Shades of Indigo #4010AA
Tints of Indigo #4010AA
RGB
CMYK
RGB Variations
Color information
#4010AA (or 0x4010AA) is known color: Indigo. HEX triplet: 40, 10 and AA. RGB value is (64,16,170). Sum of RGB (Red+Green+Blue) = 64+16+170=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #4010AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4010AA is #BFEF55. Grayscale: #2F2F2F. Windows color (decimal): -12578646 or 11145280. OLE color: 11145280.
HSL color Cylindrical-coordinate representation of color #4010AA: hue angle of 258.7º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4010AA is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 16 | 170 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.33 |
| HSL | 258.7º | 0.83% | 0.36% | - |
| HSV(B) | 258.7º | 0.91% | 0.67% | - |
| XYZ | 9.56 | 4.36 | 38.37 | - |
| YUV | 47.91 | 196.9 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 170 | 0.62 | 0.91 | 0 | 0.33 | 258.7 | 0.83 | 0.36 |
| Hex | 40 | 10 | AA | 3E | 5B | 0 | 21 | 103 | 53 | 24 |
| Octal | 100 | 20 | 252 | 76 | 133 | 0 | 41 | 403 | 123 | 44 |
| Binary | 1000000 | 10000 | 10101010 | 111110 | 1011011 | 0 | 100001 | 100000011 | 1010011 | 100100 |
Color Harmonies of #4010AA
Complementary color
Monochromatic Colors of #4010AA
Black with #4010AA
Text Example
Text Example
White with #4010AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4010AA; }
p { color: rgb(64,16,170); }
H1.HeaderClassName
{
color: #4010AA;
}
.AnyTagClassName
{
color: #4010AA;
}
</style>
background-color css
<style>
a { background-color: #4010AA; }
a { background-color: rgb(64,16,170); }
div.DivClassName
{
background-color: #4010AA;
}
.BgClassName
{
background-color: #4010AA;
}
</style>
border-color css
<style>
span { border-color: #4010AA; }
span { border-color: rgb(64,16,170); }
td.TdClassName
{
border-color: #4010AA;
}
.TagClassName
{
border-color: #4010AA;
}
</style>