Shades of Persian Indigo #4011A3
Tints of Persian Indigo #4011A3
RGB
CMYK
RGB Variations
Color information
#4011A3 (or 0x4011A3) is known color: Persian Indigo. HEX triplet: 40, 11 and A3. RGB value is (64,17,163). Sum of RGB (Red+Green+Blue) = 64+17+163=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 163 (64.06% from 255 or 66.80% from 244); Max value from RGB is 163 - color contains mainly: blue. Hex color #4011A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4011A3 is #BFEE5C. Grayscale: #2F2F2F. Windows color (decimal): -12578397 or 10686784. OLE color: 10686784.
HSL color Cylindrical-coordinate representation of color #4011A3: hue angle of 259.32º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4011A3 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 17 | 163 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.36 |
| HSL | 259.32º | 0.81% | 0.35% | - |
| HSV(B) | 259.32º | 0.9% | 0.64% | - |
| XYZ | 8.93 | 4.14 | 34.98 | - |
| YUV | 47.7 | 193.07 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 163 | 0.61 | 0.90 | 0 | 0.36 | 259.32 | 0.81 | 0.35 |
| Hex | 40 | 11 | A3 | 3D | 5A | 0 | 24 | 103 | 51 | 23 |
| Octal | 100 | 21 | 243 | 75 | 132 | 0 | 44 | 403 | 121 | 43 |
| Binary | 1000000 | 10001 | 10100011 | 111101 | 1011010 | 0 | 100100 | 100000011 | 1010001 | 100011 |
Color Harmonies of #4011A3
Complementary color
Monochromatic Colors of #4011A3
Black with #4011A3
Text Example
Text Example
White with #4011A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4011A3; }
p { color: rgb(64,17,163); }
H1.HeaderClassName
{
color: #4011A3;
}
.AnyTagClassName
{
color: #4011A3;
}
</style>
background-color css
<style>
a { background-color: #4011A3; }
a { background-color: rgb(64,17,163); }
div.DivClassName
{
background-color: #4011A3;
}
.BgClassName
{
background-color: #4011A3;
}
</style>
border-color css
<style>
span { border-color: #4011A3; }
span { border-color: rgb(64,17,163); }
td.TdClassName
{
border-color: #4011A3;
}
.TagClassName
{
border-color: #4011A3;
}
</style>