Shades of Persian Indigo #4011AB
Tints of Persian Indigo #4011AB
RGB
CMYK
RGB Variations
Color information
#4011AB (or 0x4011AB) is known color: Persian Indigo. HEX triplet: 40, 11 and AB. RGB value is (64,17,171). Sum of RGB (Red+Green+Blue) = 64+17+171=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #4011AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4011AB is #BFEE54. Grayscale: #303030. Windows color (decimal): -12578389 or 11211072. OLE color: 11211072.
HSL color Cylindrical-coordinate representation of color #4011AB: hue angle of 258.31º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4011AB is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 17 | 171 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.33 |
| HSL | 258.31º | 0.82% | 0.37% | - |
| HSV(B) | 258.31º | 0.9% | 0.67% | - |
| XYZ | 9.67 | 4.43 | 38.87 | - |
| YUV | 48.61 | 197.07 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 171 | 0.63 | 0.90 | 0 | 0.33 | 258.31 | 0.82 | 0.37 |
| Hex | 40 | 11 | AB | 3F | 5A | 0 | 21 | 102 | 52 | 25 |
| Octal | 100 | 21 | 253 | 77 | 132 | 0 | 41 | 402 | 122 | 45 |
| Binary | 1000000 | 10001 | 10101011 | 111111 | 1011010 | 0 | 100001 | 100000010 | 1010010 | 100101 |
Color Harmonies of #4011AB
Complementary color
Monochromatic Colors of #4011AB
Black with #4011AB
Text Example
Text Example
White with #4011AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4011AB; }
p { color: rgb(64,17,171); }
H1.HeaderClassName
{
color: #4011AB;
}
.AnyTagClassName
{
color: #4011AB;
}
</style>
background-color css
<style>
a { background-color: #4011AB; }
a { background-color: rgb(64,17,171); }
div.DivClassName
{
background-color: #4011AB;
}
.BgClassName
{
background-color: #4011AB;
}
</style>
border-color css
<style>
span { border-color: #4011AB; }
span { border-color: rgb(64,17,171); }
td.TdClassName
{
border-color: #4011AB;
}
.TagClassName
{
border-color: #4011AB;
}
</style>