Shades of Persian Indigo #320A98
Tints of Persian Indigo #320A98
RGB
CMYK
RGB Variations
Color information
#320A98 (or 0x320A98) is known color: Persian Indigo. HEX triplet: 32, 0A and 98. RGB value is (50,10,152). Sum of RGB (Red+Green+Blue) = 50+10+152=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 152 (59.77% from 255 or 71.70% from 212); Max value from RGB is 152 - color contains mainly: blue. Hex color #320A98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320A98 is #CDF567. Grayscale: #252525. Windows color (decimal): -13497704 or 9964082. OLE color: 9964082.
HSL color Cylindrical-coordinate representation of color #320A98: hue angle of 256.9º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320A98 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 10 | 152 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.40 |
| HSL | 256.9º | 0.88% | 0.32% | - |
| HSV(B) | 256.9º | 0.93% | 0.6% | - |
| XYZ | 7.09 | 3.16 | 29.94 | - |
| YUV | 38.15 | 192.25 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 152 | 0.67 | 0.93 | 0 | 0.40 | 256.9 | 0.88 | 0.32 |
| Hex | 32 | A | 98 | 43 | 5D | 0 | 28 | 101 | 58 | 20 |
| Octal | 62 | 12 | 230 | 103 | 135 | 0 | 50 | 401 | 130 | 40 |
| Binary | 110010 | 1010 | 10011000 | 1000011 | 1011101 | 0 | 101000 | 100000001 | 1011000 | 100000 |
Color Harmonies of #320A98
Complementary color
Monochromatic Colors of #320A98
Black with #320A98
Text Example
Text Example
White with #320A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A98; }
p { color: rgb(50,10,152); }
H1.HeaderClassName
{
color: #320A98;
}
.AnyTagClassName
{
color: #320A98;
}
</style>
background-color css
<style>
a { background-color: #320A98; }
a { background-color: rgb(50,10,152); }
div.DivClassName
{
background-color: #320A98;
}
.BgClassName
{
background-color: #320A98;
}
</style>
border-color css
<style>
span { border-color: #320A98; }
span { border-color: rgb(50,10,152); }
td.TdClassName
{
border-color: #320A98;
}
.TagClassName
{
border-color: #320A98;
}
</style>