Shades of Persian Indigo #3B0BAB
Tints of Persian Indigo #3B0BAB
RGB
CMYK
RGB Variations
Color information
#3B0BAB (or 0x3B0BAB) is known color: Persian Indigo. HEX triplet: 3B, 0B and AB. RGB value is (59,11,171). Sum of RGB (Red+Green+Blue) = 59+11+171=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B0BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0BAB is #C4F454. Grayscale: #2B2B2B. Windows color (decimal): -12907605 or 11209531. OLE color: 11209531.
HSL color Cylindrical-coordinate representation of color #3B0BAB: hue angle of 258º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0BAB is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 11 | 171 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.33 |
| HSL | 258º | 0.88% | 0.36% | - |
| HSV(B) | 258º | 0.94% | 0.67% | - |
| XYZ | 9.27 | 4.11 | 38.83 | - |
| YUV | 43.59 | 199.9 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 11 | 171 | 0.65 | 0.94 | 0 | 0.33 | 258 | 0.88 | 0.36 |
| Hex | 3B | B | AB | 41 | 5E | 0 | 21 | 102 | 58 | 24 |
| Octal | 73 | 13 | 253 | 101 | 136 | 0 | 41 | 402 | 130 | 44 |
| Binary | 111011 | 1011 | 10101011 | 1000001 | 1011110 | 0 | 100001 | 100000010 | 1011000 | 100100 |
Color Harmonies of #3B0BAB
Complementary color
Monochromatic Colors of #3B0BAB
Black with #3B0BAB
Text Example
Text Example
White with #3B0BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0BAB; }
p { color: rgb(59,11,171); }
H1.HeaderClassName
{
color: #3B0BAB;
}
.AnyTagClassName
{
color: #3B0BAB;
}
</style>
background-color css
<style>
a { background-color: #3B0BAB; }
a { background-color: rgb(59,11,171); }
div.DivClassName
{
background-color: #3B0BAB;
}
.BgClassName
{
background-color: #3B0BAB;
}
</style>
border-color css
<style>
span { border-color: #3B0BAB; }
span { border-color: rgb(59,11,171); }
td.TdClassName
{
border-color: #3B0BAB;
}
.TagClassName
{
border-color: #3B0BAB;
}
</style>