Shades of Persian Indigo #32157C
Tints of Persian Indigo #32157C
RGB
CMYK
RGB Variations
Color information
#32157C (or 0x32157C) is known color: Persian Indigo. HEX triplet: 32, 15 and 7C. RGB value is (50,21,124). Sum of RGB (Red+Green+Blue) = 50+21+124=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #32157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32157C is #CDEA83. Grayscale: #292929. Windows color (decimal): -13494916 or 8131890. OLE color: 8131890.
HSL color Cylindrical-coordinate representation of color #32157C: hue angle of 256.89º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32157C is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 21 | 124 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.51 |
| HSL | 256.89º | 0.71% | 0.28% | - |
| HSV(B) | 256.89º | 0.83% | 0.49% | - |
| XYZ | 5.22 | 2.67 | 19.31 | - |
| YUV | 41.41 | 174.61 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 124 | 0.60 | 0.83 | 0 | 0.51 | 256.89 | 0.71 | 0.28 |
| Hex | 32 | 15 | 7C | 3C | 53 | 0 | 33 | 101 | 47 | 1C |
| Octal | 62 | 25 | 174 | 74 | 123 | 0 | 63 | 401 | 107 | 34 |
| Binary | 110010 | 10101 | 1111100 | 111100 | 1010011 | 0 | 110011 | 100000001 | 1000111 | 11100 |
Color Harmonies of #32157C
Complementary color
Monochromatic Colors of #32157C
Black with #32157C
Text Example
Text Example
White with #32157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32157C; }
p { color: rgb(50,21,124); }
H1.HeaderClassName
{
color: #32157C;
}
.AnyTagClassName
{
color: #32157C;
}
</style>
background-color css
<style>
a { background-color: #32157C; }
a { background-color: rgb(50,21,124); }
div.DivClassName
{
background-color: #32157C;
}
.BgClassName
{
background-color: #32157C;
}
</style>
border-color css
<style>
span { border-color: #32157C; }
span { border-color: rgb(50,21,124); }
td.TdClassName
{
border-color: #32157C;
}
.TagClassName
{
border-color: #32157C;
}
</style>