Shades of Persian Indigo #320B78
Tints of Persian Indigo #320B78
RGB
CMYK
RGB Variations
Color information
#320B78 (or 0x320B78) is known color: Persian Indigo. HEX triplet: 32, 0B and 78. RGB value is (50,11,120). Sum of RGB (Red+Green+Blue) = 50+11+120=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #320B78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320B78 is #CDF487. Grayscale: #222222. Windows color (decimal): -13497480 or 7867186. OLE color: 7867186.
HSL color Cylindrical-coordinate representation of color #320B78: hue angle of 261.47º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320B78 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 11 | 120 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.53 |
| HSL | 261.47º | 0.83% | 0.26% | - |
| HSV(B) | 261.47º | 0.91% | 0.47% | - |
| XYZ | 4.83 | 2.27 | 17.95 | - |
| YUV | 35.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 120 | 0.58 | 0.91 | 0 | 0.53 | 261.47 | 0.83 | 0.26 |
| Hex | 32 | B | 78 | 3A | 5B | 0 | 35 | 105 | 53 | 1A |
| Octal | 62 | 13 | 170 | 72 | 133 | 0 | 65 | 405 | 123 | 32 |
| Binary | 110010 | 1011 | 1111000 | 111010 | 1011011 | 0 | 110101 | 100000101 | 1010011 | 11010 |
Color Harmonies of #320B78
Complementary color
Monochromatic Colors of #320B78
Black with #320B78
Text Example
Text Example
White with #320B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B78; }
p { color: rgb(50,11,120); }
H1.HeaderClassName
{
color: #320B78;
}
.AnyTagClassName
{
color: #320B78;
}
</style>
background-color css
<style>
a { background-color: #320B78; }
a { background-color: rgb(50,11,120); }
div.DivClassName
{
background-color: #320B78;
}
.BgClassName
{
background-color: #320B78;
}
</style>
border-color css
<style>
span { border-color: #320B78; }
span { border-color: rgb(50,11,120); }
td.TdClassName
{
border-color: #320B78;
}
.TagClassName
{
border-color: #320B78;
}
</style>