Shades of Persian Indigo #3B0670
Tints of Persian Indigo #3B0670
RGB
CMYK
RGB Variations
Color information
#3B0670 (or 0x3B0670) is known color: Persian Indigo. HEX triplet: 3B, 06 and 70. RGB value is (59,6,112). Sum of RGB (Red+Green+Blue) = 59+6+112=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B0670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0670 is #C4F98F. Grayscale: #212121. Windows color (decimal): -12908944 or 7341627. OLE color: 7341627.
HSL color Cylindrical-coordinate representation of color #3B0670: hue angle of 270º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0670 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 6 | 112 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.56 |
| HSL | 270º | 0.9% | 0.23% | - |
| HSV(B) | 270º | 0.95% | 0.44% | - |
| XYZ | 4.79 | 2.23 | 15.51 | - |
| YUV | 33.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 6 | 112 | 0.47 | 0.95 | 0 | 0.56 | 270 | 0.9 | 0.23 |
| Hex | 3B | 6 | 70 | 2F | 5F | 0 | 38 | 10E | 5A | 17 |
| Octal | 73 | 6 | 160 | 57 | 137 | 0 | 70 | 416 | 132 | 27 |
| Binary | 111011 | 110 | 1110000 | 101111 | 1011111 | 0 | 111000 | 100001110 | 1011010 | 10111 |
Color Harmonies of #3B0670
Complementary color
Monochromatic Colors of #3B0670
Black with #3B0670
Text Example
Text Example
White with #3B0670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0670; }
p { color: rgb(59,6,112); }
H1.HeaderClassName
{
color: #3B0670;
}
.AnyTagClassName
{
color: #3B0670;
}
</style>
background-color css
<style>
a { background-color: #3B0670; }
a { background-color: rgb(59,6,112); }
div.DivClassName
{
background-color: #3B0670;
}
.BgClassName
{
background-color: #3B0670;
}
</style>
border-color css
<style>
span { border-color: #3B0670; }
span { border-color: rgb(59,6,112); }
td.TdClassName
{
border-color: #3B0670;
}
.TagClassName
{
border-color: #3B0670;
}
</style>