Shades of Persian Indigo #32159F
Tints of Persian Indigo #32159F
RGB
CMYK
RGB Variations
Color information
#32159F (or 0x32159F) is known color: Persian Indigo. HEX triplet: 32, 15 and 9F. RGB value is (50,21,159). Sum of RGB (Red+Green+Blue) = 50+21+159=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 159 (62.5% from 255 or 69.13% from 230); Max value from RGB is 159 - color contains mainly: blue. Hex color #32159F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32159F is #CDEA60. Grayscale: #2C2C2C. Windows color (decimal): -13494881 or 10425650. OLE color: 10425650.
HSL color Cylindrical-coordinate representation of color #32159F: hue angle of 252.61º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32159F is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 21 | 159 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.38 |
| HSL | 252.61º | 0.77% | 0.35% | - |
| HSV(B) | 252.61º | 0.87% | 0.62% | - |
| XYZ | 7.84 | 3.72 | 33.11 | - |
| YUV | 45.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 159 | 0.69 | 0.87 | 0 | 0.38 | 252.61 | 0.77 | 0.35 |
| Hex | 32 | 15 | 9F | 45 | 57 | 0 | 26 | FD | 4D | 23 |
| Octal | 62 | 25 | 237 | 105 | 127 | 0 | 46 | 375 | 115 | 43 |
| Binary | 110010 | 10101 | 10011111 | 1000101 | 1010111 | 0 | 100110 | 11111101 | 1001101 | 100011 |
Color Harmonies of #32159F
Complementary color
Monochromatic Colors of #32159F
Black with #32159F
Text Example
Text Example
White with #32159F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32159F; }
p { color: rgb(50,21,159); }
H1.HeaderClassName
{
color: #32159F;
}
.AnyTagClassName
{
color: #32159F;
}
</style>
background-color css
<style>
a { background-color: #32159F; }
a { background-color: rgb(50,21,159); }
div.DivClassName
{
background-color: #32159F;
}
.BgClassName
{
background-color: #32159F;
}
</style>
border-color css
<style>
span { border-color: #32159F; }
span { border-color: rgb(50,21,159); }
td.TdClassName
{
border-color: #32159F;
}
.TagClassName
{
border-color: #32159F;
}
</style>