Shades of Persian Indigo #4012A0
Tints of Persian Indigo #4012A0
RGB
CMYK
RGB Variations
Color information
#4012A0 (or 0x4012A0) is known color: Persian Indigo. HEX triplet: 40, 12 and A0. RGB value is (64,18,160). Sum of RGB (Red+Green+Blue) = 64+18+160=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 160 (62.89% from 255 or 66.12% from 242); Max value from RGB is 160 - color contains mainly: blue. Hex color #4012A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4012A0 is #BFED5F. Grayscale: #2F2F2F. Windows color (decimal): -12578144 or 10490432. OLE color: 10490432.
HSL color Cylindrical-coordinate representation of color #4012A0: hue angle of 259.44º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4012A0 is Cyan = 0.6, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 18 | 160 | - |
| CMYK | 0.6 | 0.89 | 0 | 0.37 |
| HSL | 259.44º | 0.8% | 0.35% | - |
| HSV(B) | 259.44º | 0.89% | 0.63% | - |
| XYZ | 8.68 | 4.06 | 33.58 | - |
| YUV | 47.94 | 191.24 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 160 | 0.6 | 0.89 | 0 | 0.37 | 259.44 | 0.8 | 0.35 |
| Hex | 40 | 12 | A0 | 3C | 59 | 0 | 25 | 103 | 50 | 23 |
| Octal | 100 | 22 | 240 | 74 | 131 | 0 | 45 | 403 | 120 | 43 |
| Binary | 1000000 | 10010 | 10100000 | 111100 | 1011001 | 0 | 100101 | 100000011 | 1010000 | 100011 |
Color Harmonies of #4012A0
Complementary color
Monochromatic Colors of #4012A0
Black with #4012A0
Text Example
Text Example
White with #4012A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4012A0; }
p { color: rgb(64,18,160); }
H1.HeaderClassName
{
color: #4012A0;
}
.AnyTagClassName
{
color: #4012A0;
}
</style>
background-color css
<style>
a { background-color: #4012A0; }
a { background-color: rgb(64,18,160); }
div.DivClassName
{
background-color: #4012A0;
}
.BgClassName
{
background-color: #4012A0;
}
</style>
border-color css
<style>
span { border-color: #4012A0; }
span { border-color: rgb(64,18,160); }
td.TdClassName
{
border-color: #4012A0;
}
.TagClassName
{
border-color: #4012A0;
}
</style>