Shades of Persian Indigo #3B1871
Tints of Persian Indigo #3B1871
RGB
CMYK
RGB Variations
Color information
#3B1871 (or 0x3B1871) is known color: Persian Indigo. HEX triplet: 3B, 18 and 71. RGB value is (59,24,113). Sum of RGB (Red+Green+Blue) = 59+24+113=196 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.10% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B1871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1871 is #C4E78E. Grayscale: #2C2C2C. Windows color (decimal): -12904335 or 7411771. OLE color: 7411771.
HSL color Cylindrical-coordinate representation of color #3B1871: hue angle of 263.6º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B1871 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 24 | 113 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.56 |
| HSL | 263.6º | 0.65% | 0.27% | - |
| HSV(B) | 263.6º | 0.79% | 0.44% | - |
| XYZ | 5.11 | 2.78 | 15.89 | - |
| YUV | 44.61 | 166.6 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 113 | 0.48 | 0.79 | 0 | 0.56 | 263.6 | 0.65 | 0.27 |
| Hex | 3B | 18 | 71 | 30 | 4F | 0 | 38 | 108 | 41 | 1B |
| Octal | 73 | 30 | 161 | 60 | 117 | 0 | 70 | 410 | 101 | 33 |
| Binary | 111011 | 11000 | 1110001 | 110000 | 1001111 | 0 | 111000 | 100001000 | 1000001 | 11011 |
Color Harmonies of #3B1871
Complementary color
Monochromatic Colors of #3B1871
Black with #3B1871
Text Example
Text Example
White with #3B1871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1871; }
p { color: rgb(59,24,113); }
H1.HeaderClassName
{
color: #3B1871;
}
.AnyTagClassName
{
color: #3B1871;
}
</style>
background-color css
<style>
a { background-color: #3B1871; }
a { background-color: rgb(59,24,113); }
div.DivClassName
{
background-color: #3B1871;
}
.BgClassName
{
background-color: #3B1871;
}
</style>
border-color css
<style>
span { border-color: #3B1871; }
span { border-color: rgb(59,24,113); }
td.TdClassName
{
border-color: #3B1871;
}
.TagClassName
{
border-color: #3B1871;
}
</style>