Shades of Persian Indigo #32129F
Tints of Persian Indigo #32129F
RGB
CMYK
RGB Variations
Color information
#32129F (or 0x32129F) is known color: Persian Indigo. HEX triplet: 32, 12 and 9F. RGB value is (50,18,159). Sum of RGB (Red+Green+Blue) = 50+18+159=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #32129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32129F is #CDED60. Grayscale: #2B2B2B. Windows color (decimal): -13495649 or 10424882. OLE color: 10424882.
HSL color Cylindrical-coordinate representation of color #32129F: hue angle of 253.62º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32129F is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 18 | 159 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.38 |
| HSL | 253.62º | 0.8% | 0.35% | - |
| HSV(B) | 253.62º | 0.89% | 0.62% | - |
| XYZ | 7.79 | 3.61 | 33.09 | - |
| YUV | 43.64 | 193.1 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 159 | 0.69 | 0.89 | 0 | 0.38 | 253.62 | 0.8 | 0.35 |
| Hex | 32 | 12 | 9F | 45 | 59 | 0 | 26 | FE | 50 | 23 |
| Octal | 62 | 22 | 237 | 105 | 131 | 0 | 46 | 376 | 120 | 43 |
| Binary | 110010 | 10010 | 10011111 | 1000101 | 1011001 | 0 | 100110 | 11111110 | 1010000 | 100011 |
Color Harmonies of #32129F
Complementary color
Monochromatic Colors of #32129F
Black with #32129F
Text Example
Text Example
White with #32129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32129F; }
p { color: rgb(50,18,159); }
H1.HeaderClassName
{
color: #32129F;
}
.AnyTagClassName
{
color: #32129F;
}
</style>
background-color css
<style>
a { background-color: #32129F; }
a { background-color: rgb(50,18,159); }
div.DivClassName
{
background-color: #32129F;
}
.BgClassName
{
background-color: #32129F;
}
</style>
border-color css
<style>
span { border-color: #32129F; }
span { border-color: rgb(50,18,159); }
td.TdClassName
{
border-color: #32129F;
}
.TagClassName
{
border-color: #32129F;
}
</style>