Shades of Persian Indigo #320F95
Tints of Persian Indigo #320F95
RGB
CMYK
RGB Variations
Color information
#320F95 (or 0x320F95) is known color: Persian Indigo. HEX triplet: 32, 0F and 95. RGB value is (50,15,149). Sum of RGB (Red+Green+Blue) = 50+15+149=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 149 (58.59% from 255 or 69.63% from 214); Max value from RGB is 149 - color contains mainly: blue. Hex color #320F95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320F95 is #CDF06A. Grayscale: #282828. Windows color (decimal): -13496427 or 9768754. OLE color: 9768754.
HSL color Cylindrical-coordinate representation of color #320F95: hue angle of 255.67º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320F95 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 15 | 149 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.42 |
| HSL | 255.67º | 0.82% | 0.32% | - |
| HSV(B) | 255.67º | 0.9% | 0.58% | - |
| XYZ | 6.91 | 3.19 | 28.69 | - |
| YUV | 40.74 | 189.1 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 149 | 0.66 | 0.90 | 0 | 0.42 | 255.67 | 0.82 | 0.32 |
| Hex | 32 | F | 95 | 42 | 5A | 0 | 2A | 100 | 52 | 20 |
| Octal | 62 | 17 | 225 | 102 | 132 | 0 | 52 | 400 | 122 | 40 |
| Binary | 110010 | 1111 | 10010101 | 1000010 | 1011010 | 0 | 101010 | 100000000 | 1010010 | 100000 |
Color Harmonies of #320F95
Complementary color
Monochromatic Colors of #320F95
Black with #320F95
Text Example
Text Example
White with #320F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F95; }
p { color: rgb(50,15,149); }
H1.HeaderClassName
{
color: #320F95;
}
.AnyTagClassName
{
color: #320F95;
}
</style>
background-color css
<style>
a { background-color: #320F95; }
a { background-color: rgb(50,15,149); }
div.DivClassName
{
background-color: #320F95;
}
.BgClassName
{
background-color: #320F95;
}
</style>
border-color css
<style>
span { border-color: #320F95; }
span { border-color: rgb(50,15,149); }
td.TdClassName
{
border-color: #320F95;
}
.TagClassName
{
border-color: #320F95;
}
</style>