Shades of Persian Indigo #320D78
Tints of Persian Indigo #320D78
RGB
CMYK
RGB Variations
Color information
#320D78 (or 0x320D78) is known color: Persian Indigo. HEX triplet: 32, 0D and 78. RGB value is (50,13,120). Sum of RGB (Red+Green+Blue) = 50+13+120=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 120 (47.27% from 255 or 65.57% from 183); Max value from RGB is 120 - color contains mainly: blue. Hex color #320D78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320D78 is #CDF287. Grayscale: #232323. Windows color (decimal): -13496968 or 7867698. OLE color: 7867698.
HSL color Cylindrical-coordinate representation of color #320D78: hue angle of 260.75º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320D78 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 13 | 120 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.53 |
| HSL | 260.75º | 0.8% | 0.26% | - |
| HSV(B) | 260.75º | 0.89% | 0.47% | - |
| XYZ | 4.85 | 2.32 | 17.96 | - |
| YUV | 36.26 | 175.26 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 120 | 0.58 | 0.89 | 0 | 0.53 | 260.75 | 0.8 | 0.26 |
| Hex | 32 | D | 78 | 3A | 59 | 0 | 35 | 105 | 50 | 1A |
| Octal | 62 | 15 | 170 | 72 | 131 | 0 | 65 | 405 | 120 | 32 |
| Binary | 110010 | 1101 | 1111000 | 111010 | 1011001 | 0 | 110101 | 100000101 | 1010000 | 11010 |
Color Harmonies of #320D78
Complementary color
Monochromatic Colors of #320D78
Black with #320D78
Text Example
Text Example
White with #320D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D78; }
p { color: rgb(50,13,120); }
H1.HeaderClassName
{
color: #320D78;
}
.AnyTagClassName
{
color: #320D78;
}
</style>
background-color css
<style>
a { background-color: #320D78; }
a { background-color: rgb(50,13,120); }
div.DivClassName
{
background-color: #320D78;
}
.BgClassName
{
background-color: #320D78;
}
</style>
border-color css
<style>
span { border-color: #320D78; }
span { border-color: rgb(50,13,120); }
td.TdClassName
{
border-color: #320D78;
}
.TagClassName
{
border-color: #320D78;
}
</style>