Shades of Persian Indigo #320A78
Tints of Persian Indigo #320A78
RGB
CMYK
RGB Variations
Color information
#320A78 (or 0x320A78) is known color: Persian Indigo. HEX triplet: 32, 0A and 78. RGB value is (50,10,120). Sum of RGB (Red+Green+Blue) = 50+10+120=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 120 (47.27% from 255 or 66.67% from 180); Max value from RGB is 120 - color contains mainly: blue. Hex color #320A78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320A78 is #CDF587. Grayscale: #222222. Windows color (decimal): -13497736 or 7866930. OLE color: 7866930.
HSL color Cylindrical-coordinate representation of color #320A78: hue angle of 261.82º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320A78 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 10 | 120 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.53 |
| HSL | 261.82º | 0.85% | 0.25% | - |
| HSV(B) | 261.82º | 0.92% | 0.47% | - |
| XYZ | 4.81 | 2.25 | 17.95 | - |
| YUV | 34.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 120 | 0.58 | 0.92 | 0 | 0.53 | 261.82 | 0.85 | 0.25 |
| Hex | 32 | A | 78 | 3A | 5C | 0 | 35 | 106 | 55 | 19 |
| Octal | 62 | 12 | 170 | 72 | 134 | 0 | 65 | 406 | 125 | 31 |
| Binary | 110010 | 1010 | 1111000 | 111010 | 1011100 | 0 | 110101 | 100000110 | 1010101 | 11001 |
Color Harmonies of #320A78
Complementary color
Monochromatic Colors of #320A78
Black with #320A78
Text Example
Text Example
White with #320A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A78; }
p { color: rgb(50,10,120); }
H1.HeaderClassName
{
color: #320A78;
}
.AnyTagClassName
{
color: #320A78;
}
</style>
background-color css
<style>
a { background-color: #320A78; }
a { background-color: rgb(50,10,120); }
div.DivClassName
{
background-color: #320A78;
}
.BgClassName
{
background-color: #320A78;
}
</style>
border-color css
<style>
span { border-color: #320A78; }
span { border-color: rgb(50,10,120); }
td.TdClassName
{
border-color: #320A78;
}
.TagClassName
{
border-color: #320A78;
}
</style>