Shades of Persian Indigo #4012AA
Tints of Persian Indigo #4012AA
RGB
CMYK
RGB Variations
Color information
#4012AA (or 0x4012AA) is known color: Persian Indigo. HEX triplet: 40, 12 and AA. RGB value is (64,18,170). Sum of RGB (Red+Green+Blue) = 64+18+170=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #4012AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4012AA is #BFED55. Grayscale: #303030. Windows color (decimal): -12578134 or 11145792. OLE color: 11145792.
HSL color Cylindrical-coordinate representation of color #4012AA: hue angle of 258.16º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4012AA is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 18 | 170 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.33 |
| HSL | 258.16º | 0.81% | 0.37% | - |
| HSV(B) | 258.16º | 0.89% | 0.67% | - |
| XYZ | 9.59 | 4.42 | 38.38 | - |
| YUV | 49.08 | 196.24 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 170 | 0.62 | 0.89 | 0 | 0.33 | 258.16 | 0.81 | 0.37 |
| Hex | 40 | 12 | AA | 3E | 59 | 0 | 21 | 102 | 51 | 25 |
| Octal | 100 | 22 | 252 | 76 | 131 | 0 | 41 | 402 | 121 | 45 |
| Binary | 1000000 | 10010 | 10101010 | 111110 | 1011001 | 0 | 100001 | 100000010 | 1010001 | 100101 |
Color Harmonies of #4012AA
Complementary color
Monochromatic Colors of #4012AA
Black with #4012AA
Text Example
Text Example
White with #4012AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4012AA; }
p { color: rgb(64,18,170); }
H1.HeaderClassName
{
color: #4012AA;
}
.AnyTagClassName
{
color: #4012AA;
}
</style>
background-color css
<style>
a { background-color: #4012AA; }
a { background-color: rgb(64,18,170); }
div.DivClassName
{
background-color: #4012AA;
}
.BgClassName
{
background-color: #4012AA;
}
</style>
border-color css
<style>
span { border-color: #4012AA; }
span { border-color: rgb(64,18,170); }
td.TdClassName
{
border-color: #4012AA;
}
.TagClassName
{
border-color: #4012AA;
}
</style>