Shades of Persian Indigo #3B1271
Tints of Persian Indigo #3B1271
RGB
CMYK
RGB Variations
Color information
#3B1271 (or 0x3B1271) is known color: Persian Indigo. HEX triplet: 3B, 12 and 71. RGB value is (59,18,113). Sum of RGB (Red+Green+Blue) = 59+18+113=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B1271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1271 is #C4ED8E. Grayscale: #282828. Windows color (decimal): -12905871 or 7410235. OLE color: 7410235.
HSL color Cylindrical-coordinate representation of color #3B1271: hue angle of 265.89º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B1271 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 18 | 113 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.56 |
| HSL | 265.89º | 0.73% | 0.26% | - |
| HSV(B) | 265.89º | 0.84% | 0.44% | - |
| XYZ | 5 | 2.55 | 15.85 | - |
| YUV | 41.09 | 168.58 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 18 | 113 | 0.48 | 0.84 | 0 | 0.56 | 265.89 | 0.73 | 0.26 |
| Hex | 3B | 12 | 71 | 30 | 54 | 0 | 38 | 10A | 49 | 1A |
| Octal | 73 | 22 | 161 | 60 | 124 | 0 | 70 | 412 | 111 | 32 |
| Binary | 111011 | 10010 | 1110001 | 110000 | 1010100 | 0 | 111000 | 100001010 | 1001001 | 11010 |
Color Harmonies of #3B1271
Complementary color
Monochromatic Colors of #3B1271
Black with #3B1271
Text Example
Text Example
White with #3B1271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1271; }
p { color: rgb(59,18,113); }
H1.HeaderClassName
{
color: #3B1271;
}
.AnyTagClassName
{
color: #3B1271;
}
</style>
background-color css
<style>
a { background-color: #3B1271; }
a { background-color: rgb(59,18,113); }
div.DivClassName
{
background-color: #3B1271;
}
.BgClassName
{
background-color: #3B1271;
}
</style>
border-color css
<style>
span { border-color: #3B1271; }
span { border-color: rgb(59,18,113); }
td.TdClassName
{
border-color: #3B1271;
}
.TagClassName
{
border-color: #3B1271;
}
</style>