Shades of Persian Indigo #3B1995
Tints of Persian Indigo #3B1995
RGB
CMYK
RGB Variations
Color information
#3B1995 (or 0x3B1995) is known color: Persian Indigo. HEX triplet: 3B, 19 and 95. RGB value is (59,25,149). Sum of RGB (Red+Green+Blue) = 59+25+149=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #3B1995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1995 is #C4E66A. Grayscale: #303030. Windows color (decimal): -12904043 or 9771323. OLE color: 9771323.
HSL color Cylindrical-coordinate representation of color #3B1995: hue angle of 256.45º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B1995 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 25 | 149 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.42 |
| HSL | 256.45º | 0.71% | 0.34% | - |
| HSV(B) | 256.45º | 0.83% | 0.58% | - |
| XYZ | 7.58 | 3.79 | 28.77 | - |
| YUV | 49.3 | 184.26 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 149 | 0.60 | 0.83 | 0 | 0.42 | 256.45 | 0.71 | 0.34 |
| Hex | 3B | 19 | 95 | 3C | 53 | 0 | 2A | 100 | 47 | 22 |
| Octal | 73 | 31 | 225 | 74 | 123 | 0 | 52 | 400 | 107 | 42 |
| Binary | 111011 | 11001 | 10010101 | 111100 | 1010011 | 0 | 101010 | 100000000 | 1000111 | 100010 |
Color Harmonies of #3B1995
Complementary color
Monochromatic Colors of #3B1995
Black with #3B1995
Text Example
Text Example
White with #3B1995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1995; }
p { color: rgb(59,25,149); }
H1.HeaderClassName
{
color: #3B1995;
}
.AnyTagClassName
{
color: #3B1995;
}
</style>
background-color css
<style>
a { background-color: #3B1995; }
a { background-color: rgb(59,25,149); }
div.DivClassName
{
background-color: #3B1995;
}
.BgClassName
{
background-color: #3B1995;
}
</style>
border-color css
<style>
span { border-color: #3B1995; }
span { border-color: rgb(59,25,149); }
td.TdClassName
{
border-color: #3B1995;
}
.TagClassName
{
border-color: #3B1995;
}
</style>