Shades of Persian Indigo #3B0789
Tints of Persian Indigo #3B0789
RGB
CMYK
RGB Variations
Color information
#3B0789 (or 0x3B0789) is known color: Persian Indigo. HEX triplet: 3B, 07 and 89. RGB value is (59,7,137). Sum of RGB (Red+Green+Blue) = 59+7+137=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #3B0789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0789 is #C4F876. Grayscale: #242424. Windows color (decimal): -12908663 or 8980283. OLE color: 8980283.
HSL color Cylindrical-coordinate representation of color #3B0789: hue angle of 264º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0789 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 59 | 7 | 137 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.46 |
| HSL | 264º | 0.9% | 0.28% | - |
| HSV(B) | 264º | 0.95% | 0.54% | - |
| XYZ | 6.39 | 2.89 | 23.89 | - |
| YUV | 37.37 | 184.23 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 7 | 137 | 0.57 | 0.95 | 0 | 0.46 | 264 | 0.9 | 0.28 |
| Hex | 3B | 7 | 89 | 39 | 5F | 0 | 2E | 108 | 5A | 1C |
| Octal | 73 | 7 | 211 | 71 | 137 | 0 | 56 | 410 | 132 | 34 |
| Binary | 111011 | 111 | 10001001 | 111001 | 1011111 | 0 | 101110 | 100001000 | 1011010 | 11100 |
Color Harmonies of #3B0789
Complementary color
Monochromatic Colors of #3B0789
Black with #3B0789
Text Example
Text Example
White with #3B0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0789; }
p { color: rgb(59,7,137); }
H1.HeaderClassName
{
color: #3B0789;
}
.AnyTagClassName
{
color: #3B0789;
}
</style>
background-color css
<style>
a { background-color: #3B0789; }
a { background-color: rgb(59,7,137); }
div.DivClassName
{
background-color: #3B0789;
}
.BgClassName
{
background-color: #3B0789;
}
</style>
border-color css
<style>
span { border-color: #3B0789; }
span { border-color: rgb(59,7,137); }
td.TdClassName
{
border-color: #3B0789;
}
.TagClassName
{
border-color: #3B0789;
}
</style>