Shades of Persian Indigo #3B1170
Tints of Persian Indigo #3B1170
RGB
CMYK
RGB Variations
Color information
#3B1170 (or 0x3B1170) is known color: Persian Indigo. HEX triplet: 3B, 11 and 70. RGB value is (59,17,112). Sum of RGB (Red+Green+Blue) = 59+17+112=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B1170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1170 is #C4EE8F. Grayscale: #282828. Windows color (decimal): -12906128 or 7344443. OLE color: 7344443.
HSL color Cylindrical-coordinate representation of color #3B1170: hue angle of 266.53º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B1170 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 17 | 112 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.56 |
| HSL | 266.53º | 0.74% | 0.25% | - |
| HSV(B) | 266.53º | 0.85% | 0.44% | - |
| XYZ | 4.93 | 2.5 | 15.55 | - |
| YUV | 40.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 112 | 0.47 | 0.85 | 0 | 0.56 | 266.53 | 0.74 | 0.25 |
| Hex | 3B | 11 | 70 | 2F | 55 | 0 | 38 | 10B | 4A | 19 |
| Octal | 73 | 21 | 160 | 57 | 125 | 0 | 70 | 413 | 112 | 31 |
| Binary | 111011 | 10001 | 1110000 | 101111 | 1010101 | 0 | 111000 | 100001011 | 1001010 | 11001 |
Color Harmonies of #3B1170
Complementary color
Monochromatic Colors of #3B1170
Black with #3B1170
Text Example
Text Example
White with #3B1170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1170; }
p { color: rgb(59,17,112); }
H1.HeaderClassName
{
color: #3B1170;
}
.AnyTagClassName
{
color: #3B1170;
}
</style>
background-color css
<style>
a { background-color: #3B1170; }
a { background-color: rgb(59,17,112); }
div.DivClassName
{
background-color: #3B1170;
}
.BgClassName
{
background-color: #3B1170;
}
</style>
border-color css
<style>
span { border-color: #3B1170; }
span { border-color: rgb(59,17,112); }
td.TdClassName
{
border-color: #3B1170;
}
.TagClassName
{
border-color: #3B1170;
}
</style>