Shades of Persian Indigo #320C96
Tints of Persian Indigo #320C96
RGB
CMYK
RGB Variations
Color information
#320C96 (or 0x320C96) is known color: Persian Indigo. HEX triplet: 32, 0C and 96. RGB value is (50,12,150). Sum of RGB (Red+Green+Blue) = 50+12+150=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 150 (58.98% from 255 or 70.75% from 212); Max value from RGB is 150 - color contains mainly: blue. Hex color #320C96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320C96 is #CDF369. Grayscale: #262626. Windows color (decimal): -13497194 or 9833522. OLE color: 9833522.
HSL color Cylindrical-coordinate representation of color #320C96: hue angle of 256.52º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320C96 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 12 | 150 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.41 |
| HSL | 256.52º | 0.85% | 0.32% | - |
| HSV(B) | 256.52º | 0.92% | 0.59% | - |
| XYZ | 6.95 | 3.14 | 29.09 | - |
| YUV | 39.09 | 190.59 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 150 | 0.67 | 0.92 | 0 | 0.41 | 256.52 | 0.85 | 0.32 |
| Hex | 32 | C | 96 | 43 | 5C | 0 | 29 | 101 | 55 | 20 |
| Octal | 62 | 14 | 226 | 103 | 134 | 0 | 51 | 401 | 125 | 40 |
| Binary | 110010 | 1100 | 10010110 | 1000011 | 1011100 | 0 | 101001 | 100000001 | 1010101 | 100000 |
Color Harmonies of #320C96
Complementary color
Monochromatic Colors of #320C96
Black with #320C96
Text Example
Text Example
White with #320C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C96; }
p { color: rgb(50,12,150); }
H1.HeaderClassName
{
color: #320C96;
}
.AnyTagClassName
{
color: #320C96;
}
</style>
background-color css
<style>
a { background-color: #320C96; }
a { background-color: rgb(50,12,150); }
div.DivClassName
{
background-color: #320C96;
}
.BgClassName
{
background-color: #320C96;
}
</style>
border-color css
<style>
span { border-color: #320C96; }
span { border-color: rgb(50,12,150); }
td.TdClassName
{
border-color: #320C96;
}
.TagClassName
{
border-color: #320C96;
}
</style>