Shades of Persian Indigo #322095
Tints of Persian Indigo #322095
RGB
CMYK
RGB Variations
Color information
#322095 (or 0x322095) is known color: Persian Indigo. HEX triplet: 32, 20 and 95. RGB value is (50,32,149). Sum of RGB (Red+Green+Blue) = 50+32+149=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #322095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322095 is #CDDF6A. Grayscale: #323232. Windows color (decimal): -13492075 or 9773106. OLE color: 9773106.
HSL color Cylindrical-coordinate representation of color #322095: hue angle of 249.23º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #322095 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 32 | 149 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.42 |
| HSL | 249.23º | 0.65% | 0.35% | - |
| HSV(B) | 249.23º | 0.79% | 0.58% | - |
| XYZ | 7.26 | 3.88 | 28.8 | - |
| YUV | 50.72 | 183.46 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 149 | 0.66 | 0.79 | 0 | 0.42 | 249.23 | 0.65 | 0.35 |
| Hex | 32 | 20 | 95 | 42 | 4F | 0 | 2A | F9 | 41 | 23 |
| Octal | 62 | 40 | 225 | 102 | 117 | 0 | 52 | 371 | 101 | 43 |
| Binary | 110010 | 100000 | 10010101 | 1000010 | 1001111 | 0 | 101010 | 11111001 | 1000001 | 100011 |
Color Harmonies of #322095
Complementary color
Monochromatic Colors of #322095
Black with #322095
Text Example
Text Example
White with #322095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322095; }
p { color: rgb(50,32,149); }
H1.HeaderClassName
{
color: #322095;
}
.AnyTagClassName
{
color: #322095;
}
</style>
background-color css
<style>
a { background-color: #322095; }
a { background-color: rgb(50,32,149); }
div.DivClassName
{
background-color: #322095;
}
.BgClassName
{
background-color: #322095;
}
</style>
border-color css
<style>
span { border-color: #322095; }
span { border-color: rgb(50,32,149); }
td.TdClassName
{
border-color: #322095;
}
.TagClassName
{
border-color: #322095;
}
</style>