Shades of Persian Indigo #32039F
Tints of Persian Indigo #32039F
RGB
CMYK
RGB Variations
Color information
#32039F (or 0x32039F) is known color: Persian Indigo. HEX triplet: 32, 03 and 9F. RGB value is (50,3,159). Sum of RGB (Red+Green+Blue) = 50+3+159=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 159 (62.5% from 255 or 75% from 212); Max value from RGB is 159 - color contains mainly: blue. Hex color #32039F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32039F is #CDFC60. Grayscale: #222222. Windows color (decimal): -13499489 or 10421042. OLE color: 10421042.
HSL color Cylindrical-coordinate representation of color #32039F: hue angle of 258.08º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32039F is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 3 | 159 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.38 |
| HSL | 258.08º | 0.96% | 0.32% | - |
| HSV(B) | 258.08º | 0.98% | 0.62% | - |
| XYZ | 7.61 | 3.25 | 33.03 | - |
| YUV | 34.84 | 198.07 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 159 | 0.69 | 0.98 | 0 | 0.38 | 258.08 | 0.96 | 0.32 |
| Hex | 32 | 3 | 9F | 45 | 62 | 0 | 26 | 102 | 60 | 20 |
| Octal | 62 | 3 | 237 | 105 | 142 | 0 | 46 | 402 | 140 | 40 |
| Binary | 110010 | 11 | 10011111 | 1000101 | 1100010 | 0 | 100110 | 100000010 | 1100000 | 100000 |
Color Harmonies of #32039F
Complementary color
Monochromatic Colors of #32039F
Black with #32039F
Text Example
Text Example
White with #32039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32039F; }
p { color: rgb(50,3,159); }
H1.HeaderClassName
{
color: #32039F;
}
.AnyTagClassName
{
color: #32039F;
}
</style>
background-color css
<style>
a { background-color: #32039F; }
a { background-color: rgb(50,3,159); }
div.DivClassName
{
background-color: #32039F;
}
.BgClassName
{
background-color: #32039F;
}
</style>
border-color css
<style>
span { border-color: #32039F; }
span { border-color: rgb(50,3,159); }
td.TdClassName
{
border-color: #32039F;
}
.TagClassName
{
border-color: #32039F;
}
</style>