Shades of Persian Indigo #3B1599
Tints of Persian Indigo #3B1599
RGB
CMYK
RGB Variations
Color information
#3B1599 (or 0x3B1599) is known color: Persian Indigo. HEX triplet: 3B, 15 and 99. RGB value is (59,21,153). Sum of RGB (Red+Green+Blue) = 59+21+153=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #3B1599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1599 is #C4EA66. Grayscale: #2E2E2E. Windows color (decimal): -12905063 or 10032443. OLE color: 10032443.
HSL color Cylindrical-coordinate representation of color #3B1599: hue angle of 257.27º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B1599 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 59 | 21 | 153 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.4 |
| HSL | 257.27º | 0.76% | 0.34% | - |
| HSV(B) | 257.27º | 0.86% | 0.6% | - |
| XYZ | 7.82 | 3.77 | 30.45 | - |
| YUV | 47.41 | 187.59 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 21 | 153 | 0.61 | 0.86 | 0 | 0.4 | 257.27 | 0.76 | 0.34 |
| Hex | 3B | 15 | 99 | 3D | 56 | 0 | 28 | 101 | 4C | 22 |
| Octal | 73 | 25 | 231 | 75 | 126 | 0 | 50 | 401 | 114 | 42 |
| Binary | 111011 | 10101 | 10011001 | 111101 | 1010110 | 0 | 101000 | 100000001 | 1001100 | 100010 |
Color Harmonies of #3B1599
Complementary color
Monochromatic Colors of #3B1599
Black with #3B1599
Text Example
Text Example
White with #3B1599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1599; }
p { color: rgb(59,21,153); }
H1.HeaderClassName
{
color: #3B1599;
}
.AnyTagClassName
{
color: #3B1599;
}
</style>
background-color css
<style>
a { background-color: #3B1599; }
a { background-color: rgb(59,21,153); }
div.DivClassName
{
background-color: #3B1599;
}
.BgClassName
{
background-color: #3B1599;
}
</style>
border-color css
<style>
span { border-color: #3B1599; }
span { border-color: rgb(59,21,153); }
td.TdClassName
{
border-color: #3B1599;
}
.TagClassName
{
border-color: #3B1599;
}
</style>