Shades of Persian Indigo #32139F
Tints of Persian Indigo #32139F
RGB
CMYK
RGB Variations
Color information
#32139F (or 0x32139F) is known color: Persian Indigo. HEX triplet: 32, 13 and 9F. RGB value is (50,19,159). Sum of RGB (Red+Green+Blue) = 50+19+159=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 159 (62.5% from 255 or 69.74% from 228); Max value from RGB is 159 - color contains mainly: blue. Hex color #32139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32139F is #CDEC60. Grayscale: #2B2B2B. Windows color (decimal): -13495393 or 10425138. OLE color: 10425138.
HSL color Cylindrical-coordinate representation of color #32139F: hue angle of 253.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32139F is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 19 | 159 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.38 |
| HSL | 253.29º | 0.79% | 0.35% | - |
| HSV(B) | 253.29º | 0.88% | 0.62% | - |
| XYZ | 7.81 | 3.65 | 33.09 | - |
| YUV | 44.23 | 192.77 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 159 | 0.69 | 0.88 | 0 | 0.38 | 253.29 | 0.79 | 0.35 |
| Hex | 32 | 13 | 9F | 45 | 58 | 0 | 26 | FD | 4F | 23 |
| Octal | 62 | 23 | 237 | 105 | 130 | 0 | 46 | 375 | 117 | 43 |
| Binary | 110010 | 10011 | 10011111 | 1000101 | 1011000 | 0 | 100110 | 11111101 | 1001111 | 100011 |
Color Harmonies of #32139F
Complementary color
Monochromatic Colors of #32139F
Black with #32139F
Text Example
Text Example
White with #32139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32139F; }
p { color: rgb(50,19,159); }
H1.HeaderClassName
{
color: #32139F;
}
.AnyTagClassName
{
color: #32139F;
}
</style>
background-color css
<style>
a { background-color: #32139F; }
a { background-color: rgb(50,19,159); }
div.DivClassName
{
background-color: #32139F;
}
.BgClassName
{
background-color: #32139F;
}
</style>
border-color css
<style>
span { border-color: #32139F; }
span { border-color: rgb(50,19,159); }
td.TdClassName
{
border-color: #32139F;
}
.TagClassName
{
border-color: #32139F;
}
</style>