Shades of Persian Indigo #3B1296
Tints of Persian Indigo #3B1296
RGB
CMYK
RGB Variations
Color information
#3B1296 (or 0x3B1296) is known color: Persian Indigo. HEX triplet: 3B, 12 and 96. RGB value is (59,18,150). Sum of RGB (Red+Green+Blue) = 59+18+150=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #3B1296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1296 is #C4ED69. Grayscale: #2C2C2C. Windows color (decimal): -12905834 or 9835067. OLE color: 9835067.
HSL color Cylindrical-coordinate representation of color #3B1296: hue angle of 258.64º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B1296 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 59 | 18 | 150 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.41 |
| HSL | 258.64º | 0.79% | 0.33% | - |
| HSV(B) | 258.64º | 0.88% | 0.59% | - |
| XYZ | 7.52 | 3.56 | 29.15 | - |
| YUV | 45.31 | 187.08 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 18 | 150 | 0.61 | 0.88 | 0 | 0.41 | 258.64 | 0.79 | 0.33 |
| Hex | 3B | 12 | 96 | 3D | 58 | 0 | 29 | 103 | 4F | 21 |
| Octal | 73 | 22 | 226 | 75 | 130 | 0 | 51 | 403 | 117 | 41 |
| Binary | 111011 | 10010 | 10010110 | 111101 | 1011000 | 0 | 101001 | 100000011 | 1001111 | 100001 |
Color Harmonies of #3B1296
Complementary color
Monochromatic Colors of #3B1296
Black with #3B1296
Text Example
Text Example
White with #3B1296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1296; }
p { color: rgb(59,18,150); }
H1.HeaderClassName
{
color: #3B1296;
}
.AnyTagClassName
{
color: #3B1296;
}
</style>
background-color css
<style>
a { background-color: #3B1296; }
a { background-color: rgb(59,18,150); }
div.DivClassName
{
background-color: #3B1296;
}
.BgClassName
{
background-color: #3B1296;
}
</style>
border-color css
<style>
span { border-color: #3B1296; }
span { border-color: rgb(59,18,150); }
td.TdClassName
{
border-color: #3B1296;
}
.TagClassName
{
border-color: #3B1296;
}
</style>