Shades of Persian Indigo #3B0D70
Tints of Persian Indigo #3B0D70
RGB
CMYK
RGB Variations
Color information
#3B0D70 (or 0x3B0D70) is known color: Persian Indigo. HEX triplet: 3B, 0D and 70. RGB value is (59,13,112). Sum of RGB (Red+Green+Blue) = 59+13+112=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B0D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0D70 is #C4F28F. Grayscale: #252525. Windows color (decimal): -12907152 or 7343419. OLE color: 7343419.
HSL color Cylindrical-coordinate representation of color #3B0D70: hue angle of 267.88º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B0D70 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 13 | 112 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.56 |
| HSL | 267.88º | 0.79% | 0.25% | - |
| HSV(B) | 267.88º | 0.88% | 0.44% | - |
| XYZ | 4.87 | 2.39 | 15.53 | - |
| YUV | 38.04 | 169.74 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 13 | 112 | 0.47 | 0.88 | 0 | 0.56 | 267.88 | 0.79 | 0.25 |
| Hex | 3B | D | 70 | 2F | 58 | 0 | 38 | 10C | 4F | 19 |
| Octal | 73 | 15 | 160 | 57 | 130 | 0 | 70 | 414 | 117 | 31 |
| Binary | 111011 | 1101 | 1110000 | 101111 | 1011000 | 0 | 111000 | 100001100 | 1001111 | 11001 |
Color Harmonies of #3B0D70
Complementary color
Monochromatic Colors of #3B0D70
Black with #3B0D70
Text Example
Text Example
White with #3B0D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0D70; }
p { color: rgb(59,13,112); }
H1.HeaderClassName
{
color: #3B0D70;
}
.AnyTagClassName
{
color: #3B0D70;
}
</style>
background-color css
<style>
a { background-color: #3B0D70; }
a { background-color: rgb(59,13,112); }
div.DivClassName
{
background-color: #3B0D70;
}
.BgClassName
{
background-color: #3B0D70;
}
</style>
border-color css
<style>
span { border-color: #3B0D70; }
span { border-color: rgb(59,13,112); }
td.TdClassName
{
border-color: #3B0D70;
}
.TagClassName
{
border-color: #3B0D70;
}
</style>