Shades of Persian Indigo #32158D
Tints of Persian Indigo #32158D
RGB
CMYK
RGB Variations
Color information
#32158D (or 0x32158D) is known color: Persian Indigo. HEX triplet: 32, 15 and 8D. RGB value is (50,21,141). Sum of RGB (Red+Green+Blue) = 50+21+141=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #32158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32158D is #CDEA72. Grayscale: #2A2A2A. Windows color (decimal): -13494899 or 9246002. OLE color: 9246002.
HSL color Cylindrical-coordinate representation of color #32158D: hue angle of 254.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32158D is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 21 | 141 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.45 |
| HSL | 254.5º | 0.74% | 0.32% | - |
| HSV(B) | 254.5º | 0.85% | 0.55% | - |
| XYZ | 6.39 | 3.14 | 25.47 | - |
| YUV | 43.35 | 183.11 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 141 | 0.65 | 0.85 | 0 | 0.45 | 254.5 | 0.74 | 0.32 |
| Hex | 32 | 15 | 8D | 41 | 55 | 0 | 2D | FE | 4A | 20 |
| Octal | 62 | 25 | 215 | 101 | 125 | 0 | 55 | 376 | 112 | 40 |
| Binary | 110010 | 10101 | 10001101 | 1000001 | 1010101 | 0 | 101101 | 11111110 | 1001010 | 100000 |
Color Harmonies of #32158D
Complementary color
Monochromatic Colors of #32158D
Black with #32158D
Text Example
Text Example
White with #32158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32158D; }
p { color: rgb(50,21,141); }
H1.HeaderClassName
{
color: #32158D;
}
.AnyTagClassName
{
color: #32158D;
}
</style>
background-color css
<style>
a { background-color: #32158D; }
a { background-color: rgb(50,21,141); }
div.DivClassName
{
background-color: #32158D;
}
.BgClassName
{
background-color: #32158D;
}
</style>
border-color css
<style>
span { border-color: #32158D; }
span { border-color: rgb(50,21,141); }
td.TdClassName
{
border-color: #32158D;
}
.TagClassName
{
border-color: #32158D;
}
</style>