Shades of Persian Indigo #32228A
Tints of Persian Indigo #32228A
RGB
CMYK
RGB Variations
Color information
#32228A (or 0x32228A) is known color: Persian Indigo. HEX triplet: 32, 22 and 8A. RGB value is (50,34,138). Sum of RGB (Red+Green+Blue) = 50+34+138=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #32228A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32228A is #CDDD75. Grayscale: #323232. Windows color (decimal): -13491574 or 9052722. OLE color: 9052722.
HSL color Cylindrical-coordinate representation of color #32228A: hue angle of 249.23º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32228A is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 34 | 138 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.46 |
| HSL | 249.23º | 0.6% | 0.34% | - |
| HSV(B) | 249.23º | 0.75% | 0.54% | - |
| XYZ | 6.47 | 3.66 | 24.41 | - |
| YUV | 50.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 138 | 0.64 | 0.75 | 0 | 0.46 | 249.23 | 0.6 | 0.34 |
| Hex | 32 | 22 | 8A | 40 | 4B | 0 | 2E | F9 | 3C | 22 |
| Octal | 62 | 42 | 212 | 100 | 113 | 0 | 56 | 371 | 74 | 42 |
| Binary | 110010 | 100010 | 10001010 | 1000000 | 1001011 | 0 | 101110 | 11111001 | 111100 | 100010 |
Color Harmonies of #32228A
Complementary color
Monochromatic Colors of #32228A
Black with #32228A
Text Example
Text Example
White with #32228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32228A; }
p { color: rgb(50,34,138); }
H1.HeaderClassName
{
color: #32228A;
}
.AnyTagClassName
{
color: #32228A;
}
</style>
background-color css
<style>
a { background-color: #32228A; }
a { background-color: rgb(50,34,138); }
div.DivClassName
{
background-color: #32228A;
}
.BgClassName
{
background-color: #32228A;
}
</style>
border-color css
<style>
span { border-color: #32228A; }
span { border-color: rgb(50,34,138); }
td.TdClassName
{
border-color: #32228A;
}
.TagClassName
{
border-color: #32228A;
}
</style>