Shades of Persian Indigo #3B1576
Tints of Persian Indigo #3B1576
RGB
CMYK
RGB Variations
Color information
#3B1576 (or 0x3B1576) is known color: Persian Indigo. HEX triplet: 3B, 15 and 76. RGB value is (59,21,118). Sum of RGB (Red+Green+Blue) = 59+21+118=198 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.80% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B1576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1576 is #C4EA89. Grayscale: #2B2B2B. Windows color (decimal): -12905098 or 7738683. OLE color: 7738683.
HSL color Cylindrical-coordinate representation of color #3B1576: hue angle of 263.51º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B1576 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 21 | 118 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.54 |
| HSL | 263.51º | 0.7% | 0.27% | - |
| HSV(B) | 263.51º | 0.82% | 0.46% | - |
| XYZ | 5.34 | 2.77 | 17.39 | - |
| YUV | 43.42 | 170.09 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 21 | 118 | 0.50 | 0.82 | 0 | 0.54 | 263.51 | 0.7 | 0.27 |
| Hex | 3B | 15 | 76 | 32 | 52 | 0 | 36 | 108 | 46 | 1B |
| Octal | 73 | 25 | 166 | 62 | 122 | 0 | 66 | 410 | 106 | 33 |
| Binary | 111011 | 10101 | 1110110 | 110010 | 1010010 | 0 | 110110 | 100001000 | 1000110 | 11011 |
Color Harmonies of #3B1576
Complementary color
Monochromatic Colors of #3B1576
Black with #3B1576
Text Example
Text Example
White with #3B1576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1576; }
p { color: rgb(59,21,118); }
H1.HeaderClassName
{
color: #3B1576;
}
.AnyTagClassName
{
color: #3B1576;
}
</style>
background-color css
<style>
a { background-color: #3B1576; }
a { background-color: rgb(59,21,118); }
div.DivClassName
{
background-color: #3B1576;
}
.BgClassName
{
background-color: #3B1576;
}
</style>
border-color css
<style>
span { border-color: #3B1576; }
span { border-color: rgb(59,21,118); }
td.TdClassName
{
border-color: #3B1576;
}
.TagClassName
{
border-color: #3B1576;
}
</style>