Shades of Persian Indigo #32207C
Tints of Persian Indigo #32207C
RGB
CMYK
RGB Variations
Color information
#32207C (or 0x32207C) is known color: Persian Indigo. HEX triplet: 32, 20 and 7C. RGB value is (50,32,124). Sum of RGB (Red+Green+Blue) = 50+32+124=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #32207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32207C is #CDDF83. Grayscale: #2F2F2F. Windows color (decimal): -13492100 or 8134706. OLE color: 8134706.
HSL color Cylindrical-coordinate representation of color #32207C: hue angle of 251.74º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32207C is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 32 | 124 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.51 |
| HSL | 251.74º | 0.59% | 0.31% | - |
| HSV(B) | 251.74º | 0.74% | 0.49% | - |
| XYZ | 5.47 | 3.17 | 19.39 | - |
| YUV | 47.87 | 170.96 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 124 | 0.60 | 0.74 | 0 | 0.51 | 251.74 | 0.59 | 0.31 |
| Hex | 32 | 20 | 7C | 3C | 4A | 0 | 33 | FC | 3B | 1F |
| Octal | 62 | 40 | 174 | 74 | 112 | 0 | 63 | 374 | 73 | 37 |
| Binary | 110010 | 100000 | 1111100 | 111100 | 1001010 | 0 | 110011 | 11111100 | 111011 | 11111 |
Color Harmonies of #32207C
Complementary color
Monochromatic Colors of #32207C
Black with #32207C
Text Example
Text Example
White with #32207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32207C; }
p { color: rgb(50,32,124); }
H1.HeaderClassName
{
color: #32207C;
}
.AnyTagClassName
{
color: #32207C;
}
</style>
background-color css
<style>
a { background-color: #32207C; }
a { background-color: rgb(50,32,124); }
div.DivClassName
{
background-color: #32207C;
}
.BgClassName
{
background-color: #32207C;
}
</style>
border-color css
<style>
span { border-color: #32207C; }
span { border-color: rgb(50,32,124); }
td.TdClassName
{
border-color: #32207C;
}
.TagClassName
{
border-color: #32207C;
}
</style>