Shades of Persian Indigo #32228F
Tints of Persian Indigo #32228F
RGB
CMYK
RGB Variations
Color information
#32228F (or 0x32228F) is known color: Persian Indigo. HEX triplet: 32, 22 and 8F. RGB value is (50,34,143). Sum of RGB (Red+Green+Blue) = 50+34+143=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 143 (56.25% from 255 or 63.00% from 227); Max value from RGB is 143 - color contains mainly: blue. Hex color #32228F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32228F is #CDDD70. Grayscale: #323232. Windows color (decimal): -13491569 or 9380402. OLE color: 9380402.
HSL color Cylindrical-coordinate representation of color #32228F: hue angle of 248.81º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32228F is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 34 | 143 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.44 |
| HSL | 248.81º | 0.62% | 0.35% | - |
| HSV(B) | 248.81º | 0.76% | 0.56% | - |
| XYZ | 6.85 | 3.81 | 26.36 | - |
| YUV | 51.21 | 179.8 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 143 | 0.65 | 0.76 | 0 | 0.44 | 248.81 | 0.62 | 0.35 |
| Hex | 32 | 22 | 8F | 41 | 4C | 0 | 2C | F9 | 3E | 23 |
| Octal | 62 | 42 | 217 | 101 | 114 | 0 | 54 | 371 | 76 | 43 |
| Binary | 110010 | 100010 | 10001111 | 1000001 | 1001100 | 0 | 101100 | 11111001 | 111110 | 100011 |
Color Harmonies of #32228F
Complementary color
Monochromatic Colors of #32228F
Black with #32228F
Text Example
Text Example
White with #32228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32228F; }
p { color: rgb(50,34,143); }
H1.HeaderClassName
{
color: #32228F;
}
.AnyTagClassName
{
color: #32228F;
}
</style>
background-color css
<style>
a { background-color: #32228F; }
a { background-color: rgb(50,34,143); }
div.DivClassName
{
background-color: #32228F;
}
.BgClassName
{
background-color: #32228F;
}
</style>
border-color css
<style>
span { border-color: #32228F; }
span { border-color: rgb(50,34,143); }
td.TdClassName
{
border-color: #32228F;
}
.TagClassName
{
border-color: #32228F;
}
</style>