Shades of Persian Indigo #3B11AB
Tints of Persian Indigo #3B11AB
RGB
CMYK
RGB Variations
Color information
#3B11AB (or 0x3B11AB) is known color: Persian Indigo. HEX triplet: 3B, 11 and AB. RGB value is (59,17,171). Sum of RGB (Red+Green+Blue) = 59+17+171=247 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.89% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B11AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B11AB is #C4EE54. Grayscale: #2E2E2E. Windows color (decimal): -12906069 or 11211067. OLE color: 11211067.
HSL color Cylindrical-coordinate representation of color #3B11AB: hue angle of 256.36º 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 #3B11AB is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 17 | 171 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.33 |
| HSL | 256.36º | 0.82% | 0.37% | - |
| HSV(B) | 256.36º | 0.9% | 0.67% | - |
| XYZ | 9.35 | 4.27 | 38.86 | - |
| YUV | 47.11 | 197.91 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 171 | 0.65 | 0.90 | 0 | 0.33 | 256.36 | 0.82 | 0.37 |
| Hex | 3B | 11 | AB | 41 | 5A | 0 | 21 | 100 | 52 | 25 |
| Octal | 73 | 21 | 253 | 101 | 132 | 0 | 41 | 400 | 122 | 45 |
| Binary | 111011 | 10001 | 10101011 | 1000001 | 1011010 | 0 | 100001 | 100000000 | 1010010 | 100101 |
Color Harmonies of #3B11AB
Complementary color
Monochromatic Colors of #3B11AB
Black with #3B11AB
Text Example
Text Example
White with #3B11AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B11AB; }
p { color: rgb(59,17,171); }
H1.HeaderClassName
{
color: #3B11AB;
}
.AnyTagClassName
{
color: #3B11AB;
}
</style>
background-color css
<style>
a { background-color: #3B11AB; }
a { background-color: rgb(59,17,171); }
div.DivClassName
{
background-color: #3B11AB;
}
.BgClassName
{
background-color: #3B11AB;
}
</style>
border-color css
<style>
span { border-color: #3B11AB; }
span { border-color: rgb(59,17,171); }
td.TdClassName
{
border-color: #3B11AB;
}
.TagClassName
{
border-color: #3B11AB;
}
</style>