Shades of Persian Indigo #320F98
Tints of Persian Indigo #320F98
RGB
CMYK
RGB Variations
Color information
#320F98 (or 0x320F98) is known color: Persian Indigo. HEX triplet: 32, 0F and 98. RGB value is (50,15,152). Sum of RGB (Red+Green+Blue) = 50+15+152=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 152 (59.77% from 255 or 70.05% from 217); Max value from RGB is 152 - color contains mainly: blue. Hex color #320F98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320F98 is #CDF067. Grayscale: #282828. Windows color (decimal): -13496424 or 9965362. OLE color: 9965362.
HSL color Cylindrical-coordinate representation of color #320F98: hue angle of 255.33º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320F98 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 15 | 152 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.40 |
| HSL | 255.33º | 0.82% | 0.33% | - |
| HSV(B) | 255.33º | 0.9% | 0.6% | - |
| XYZ | 7.15 | 3.29 | 29.96 | - |
| YUV | 41.08 | 190.6 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 152 | 0.67 | 0.90 | 0 | 0.40 | 255.33 | 0.82 | 0.33 |
| Hex | 32 | F | 98 | 43 | 5A | 0 | 28 | FF | 52 | 21 |
| Octal | 62 | 17 | 230 | 103 | 132 | 0 | 50 | 377 | 122 | 41 |
| Binary | 110010 | 1111 | 10011000 | 1000011 | 1011010 | 0 | 101000 | 11111111 | 1010010 | 100001 |
Color Harmonies of #320F98
Complementary color
Monochromatic Colors of #320F98
Black with #320F98
Text Example
Text Example
White with #320F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F98; }
p { color: rgb(50,15,152); }
H1.HeaderClassName
{
color: #320F98;
}
.AnyTagClassName
{
color: #320F98;
}
</style>
background-color css
<style>
a { background-color: #320F98; }
a { background-color: rgb(50,15,152); }
div.DivClassName
{
background-color: #320F98;
}
.BgClassName
{
background-color: #320F98;
}
</style>
border-color css
<style>
span { border-color: #320F98; }
span { border-color: rgb(50,15,152); }
td.TdClassName
{
border-color: #320F98;
}
.TagClassName
{
border-color: #320F98;
}
</style>