Shades of Persian Indigo #3B1D76
Tints of Persian Indigo #3B1D76
RGB
CMYK
RGB Variations
Color information
#3B1D76 (or 0x3B1D76) is known color: Persian Indigo. HEX triplet: 3B, 1D and 76. RGB value is (59,29,118). Sum of RGB (Red+Green+Blue) = 59+29+118=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #3B1D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1D76 is #C4E289. Grayscale: #2F2F2F. Windows color (decimal): -12903050 or 7740731. OLE color: 7740731.
HSL color Cylindrical-coordinate representation of color #3B1D76: hue angle of 260.22º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B1D76 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 29 | 118 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.54 |
| HSL | 260.22º | 0.61% | 0.29% | - |
| HSV(B) | 260.22º | 0.75% | 0.46% | - |
| XYZ | 5.51 | 3.12 | 17.45 | - |
| YUV | 48.12 | 167.44 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 118 | 0.50 | 0.75 | 0 | 0.54 | 260.22 | 0.61 | 0.29 |
| Hex | 3B | 1D | 76 | 32 | 4B | 0 | 36 | 104 | 3D | 1D |
| Octal | 73 | 35 | 166 | 62 | 113 | 0 | 66 | 404 | 75 | 35 |
| Binary | 111011 | 11101 | 1110110 | 110010 | 1001011 | 0 | 110110 | 100000100 | 111101 | 11101 |
Color Harmonies of #3B1D76
Complementary color
Monochromatic Colors of #3B1D76
Black with #3B1D76
Text Example
Text Example
White with #3B1D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D76; }
p { color: rgb(59,29,118); }
H1.HeaderClassName
{
color: #3B1D76;
}
.AnyTagClassName
{
color: #3B1D76;
}
</style>
background-color css
<style>
a { background-color: #3B1D76; }
a { background-color: rgb(59,29,118); }
div.DivClassName
{
background-color: #3B1D76;
}
.BgClassName
{
background-color: #3B1D76;
}
</style>
border-color css
<style>
span { border-color: #3B1D76; }
span { border-color: rgb(59,29,118); }
td.TdClassName
{
border-color: #3B1D76;
}
.TagClassName
{
border-color: #3B1D76;
}
</style>