Shades of Persian Indigo #320F78
Tints of Persian Indigo #320F78
RGB
CMYK
RGB Variations
Color information
#320F78 (or 0x320F78) is known color: Persian Indigo. HEX triplet: 32, 0F and 78. RGB value is (50,15,120). Sum of RGB (Red+Green+Blue) = 50+15+120=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #320F78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320F78 is #CDF087. Grayscale: #252525. Windows color (decimal): -13496456 or 7868210. OLE color: 7868210.
HSL color Cylindrical-coordinate representation of color #320F78: hue angle of 260º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #320F78 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 15 | 120 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.53 |
| HSL | 260º | 0.78% | 0.26% | - |
| HSV(B) | 260º | 0.88% | 0.47% | - |
| XYZ | 4.88 | 2.38 | 17.97 | - |
| YUV | 37.44 | 174.6 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 120 | 0.58 | 0.87 | 0 | 0.53 | 260 | 0.78 | 0.26 |
| Hex | 32 | F | 78 | 3A | 57 | 0 | 35 | 104 | 4E | 1A |
| Octal | 62 | 17 | 170 | 72 | 127 | 0 | 65 | 404 | 116 | 32 |
| Binary | 110010 | 1111 | 1111000 | 111010 | 1010111 | 0 | 110101 | 100000100 | 1001110 | 11010 |
Color Harmonies of #320F78
Complementary color
Monochromatic Colors of #320F78
Black with #320F78
Text Example
Text Example
White with #320F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F78; }
p { color: rgb(50,15,120); }
H1.HeaderClassName
{
color: #320F78;
}
.AnyTagClassName
{
color: #320F78;
}
</style>
background-color css
<style>
a { background-color: #320F78; }
a { background-color: rgb(50,15,120); }
div.DivClassName
{
background-color: #320F78;
}
.BgClassName
{
background-color: #320F78;
}
</style>
border-color css
<style>
span { border-color: #320F78; }
span { border-color: rgb(50,15,120); }
td.TdClassName
{
border-color: #320F78;
}
.TagClassName
{
border-color: #320F78;
}
</style>