Shades of Persian Indigo #3B0575
Tints of Persian Indigo #3B0575
RGB
CMYK
RGB Variations
Color information
#3B0575 (or 0x3B0575) is known color: Persian Indigo. HEX triplet: 3B, 05 and 75. RGB value is (59,5,117). Sum of RGB (Red+Green+Blue) = 59+5+117=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B0575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0575 is #C4FA8A. Grayscale: #212121. Windows color (decimal): -12909195 or 7669051. OLE color: 7669051.
HSL color Cylindrical-coordinate representation of color #3B0575: hue angle of 268.93º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B0575 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 5 | 117 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.54 |
| HSL | 268.93º | 0.92% | 0.24% | - |
| HSV(B) | 268.93º | 0.96% | 0.46% | - |
| XYZ | 5.07 | 2.32 | 17.01 | - |
| YUV | 33.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 117 | 0.50 | 0.96 | 0 | 0.54 | 268.93 | 0.92 | 0.24 |
| Hex | 3B | 5 | 75 | 32 | 60 | 0 | 36 | 10D | 5C | 18 |
| Octal | 73 | 5 | 165 | 62 | 140 | 0 | 66 | 415 | 134 | 30 |
| Binary | 111011 | 101 | 1110101 | 110010 | 1100000 | 0 | 110110 | 100001101 | 1011100 | 11000 |
Color Harmonies of #3B0575
Complementary color
Monochromatic Colors of #3B0575
Black with #3B0575
Text Example
Text Example
White with #3B0575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0575; }
p { color: rgb(59,5,117); }
H1.HeaderClassName
{
color: #3B0575;
}
.AnyTagClassName
{
color: #3B0575;
}
</style>
background-color css
<style>
a { background-color: #3B0575; }
a { background-color: rgb(59,5,117); }
div.DivClassName
{
background-color: #3B0575;
}
.BgClassName
{
background-color: #3B0575;
}
</style>
border-color css
<style>
span { border-color: #3B0575; }
span { border-color: rgb(59,5,117); }
td.TdClassName
{
border-color: #3B0575;
}
.TagClassName
{
border-color: #3B0575;
}
</style>