Shades of Persian Indigo #3B11AD
Tints of Persian Indigo #3B11AD
RGB
CMYK
RGB Variations
Color information
#3B11AD (or 0x3B11AD) is known color: Persian Indigo. HEX triplet: 3B, 11 and AD. RGB value is (59,17,173). Sum of RGB (Red+Green+Blue) = 59+17+173=249 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.69% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B11AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B11AD is #C4EE52. Grayscale: #2E2E2E. Windows color (decimal): -12906067 or 11342139. OLE color: 11342139.
HSL color Cylindrical-coordinate representation of color #3B11AD: hue angle of 256.15º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B11AD is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 17 | 173 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.32 |
| HSL | 256.15º | 0.82% | 0.37% | - |
| HSV(B) | 256.15º | 0.9% | 0.68% | - |
| XYZ | 9.55 | 4.35 | 39.87 | - |
| YUV | 47.34 | 198.91 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 173 | 0.66 | 0.90 | 0 | 0.32 | 256.15 | 0.82 | 0.37 |
| Hex | 3B | 11 | AD | 42 | 5A | 0 | 20 | 100 | 52 | 25 |
| Octal | 73 | 21 | 255 | 102 | 132 | 0 | 40 | 400 | 122 | 45 |
| Binary | 111011 | 10001 | 10101101 | 1000010 | 1011010 | 0 | 100000 | 100000000 | 1010010 | 100101 |
Color Harmonies of #3B11AD
Complementary color
Monochromatic Colors of #3B11AD
Black with #3B11AD
Text Example
Text Example
White with #3B11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B11AD; }
p { color: rgb(59,17,173); }
H1.HeaderClassName
{
color: #3B11AD;
}
.AnyTagClassName
{
color: #3B11AD;
}
</style>
background-color css
<style>
a { background-color: #3B11AD; }
a { background-color: rgb(59,17,173); }
div.DivClassName
{
background-color: #3B11AD;
}
.BgClassName
{
background-color: #3B11AD;
}
</style>
border-color css
<style>
span { border-color: #3B11AD; }
span { border-color: rgb(59,17,173); }
td.TdClassName
{
border-color: #3B11AD;
}
.TagClassName
{
border-color: #3B11AD;
}
</style>