Shades of Persian Indigo #32227C
Tints of Persian Indigo #32227C
RGB
CMYK
RGB Variations
Color information
#32227C (or 0x32227C) is known color: Persian Indigo. HEX triplet: 32, 22 and 7C. RGB value is (50,34,124). Sum of RGB (Red+Green+Blue) = 50+34+124=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #32227C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32227C is #CDDD83. Grayscale: #303030. Windows color (decimal): -13491588 or 8135218. OLE color: 8135218.
HSL color Cylindrical-coordinate representation of color #32227C: hue angle of 250.67º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32227C is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 34 | 124 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.51 |
| HSL | 250.67º | 0.57% | 0.31% | - |
| HSV(B) | 250.67º | 0.73% | 0.49% | - |
| XYZ | 5.53 | 3.28 | 19.41 | - |
| YUV | 49.04 | 170.3 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 124 | 0.60 | 0.73 | 0 | 0.51 | 250.67 | 0.57 | 0.31 |
| Hex | 32 | 22 | 7C | 3C | 49 | 0 | 33 | FB | 39 | 1F |
| Octal | 62 | 42 | 174 | 74 | 111 | 0 | 63 | 373 | 71 | 37 |
| Binary | 110010 | 100010 | 1111100 | 111100 | 1001001 | 0 | 110011 | 11111011 | 111001 | 11111 |
Color Harmonies of #32227C
Complementary color
Monochromatic Colors of #32227C
Black with #32227C
Text Example
Text Example
White with #32227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32227C; }
p { color: rgb(50,34,124); }
H1.HeaderClassName
{
color: #32227C;
}
.AnyTagClassName
{
color: #32227C;
}
</style>
background-color css
<style>
a { background-color: #32227C; }
a { background-color: rgb(50,34,124); }
div.DivClassName
{
background-color: #32227C;
}
.BgClassName
{
background-color: #32227C;
}
</style>
border-color css
<style>
span { border-color: #32227C; }
span { border-color: rgb(50,34,124); }
td.TdClassName
{
border-color: #32227C;
}
.TagClassName
{
border-color: #32227C;
}
</style>