Shades of Persian Indigo #3B159E
Tints of Persian Indigo #3B159E
RGB
CMYK
RGB Variations
Color information
#3B159E (or 0x3B159E) is known color: Persian Indigo. HEX triplet: 3B, 15 and 9E. RGB value is (59,21,158). Sum of RGB (Red+Green+Blue) = 59+21+158=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 158 (62.11% from 255 or 66.39% from 238); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B159E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B159E is #C4EA61. Grayscale: #2F2F2F. Windows color (decimal): -12905058 or 10360123. OLE color: 10360123.
HSL color Cylindrical-coordinate representation of color #3B159E: hue angle of 256.64º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B159E is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 21 | 158 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.38 |
| HSL | 256.64º | 0.77% | 0.35% | - |
| HSV(B) | 256.64º | 0.87% | 0.62% | - |
| XYZ | 8.24 | 3.93 | 32.67 | - |
| YUV | 47.98 | 190.09 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 21 | 158 | 0.63 | 0.87 | 0 | 0.38 | 256.64 | 0.77 | 0.35 |
| Hex | 3B | 15 | 9E | 3F | 57 | 0 | 26 | 101 | 4D | 23 |
| Octal | 73 | 25 | 236 | 77 | 127 | 0 | 46 | 401 | 115 | 43 |
| Binary | 111011 | 10101 | 10011110 | 111111 | 1010111 | 0 | 100110 | 100000001 | 1001101 | 100011 |
Color Harmonies of #3B159E
Complementary color
Monochromatic Colors of #3B159E
Black with #3B159E
Text Example
Text Example
White with #3B159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B159E; }
p { color: rgb(59,21,158); }
H1.HeaderClassName
{
color: #3B159E;
}
.AnyTagClassName
{
color: #3B159E;
}
</style>
background-color css
<style>
a { background-color: #3B159E; }
a { background-color: rgb(59,21,158); }
div.DivClassName
{
background-color: #3B159E;
}
.BgClassName
{
background-color: #3B159E;
}
</style>
border-color css
<style>
span { border-color: #3B159E; }
span { border-color: rgb(59,21,158); }
td.TdClassName
{
border-color: #3B159E;
}
.TagClassName
{
border-color: #3B159E;
}
</style>