Shades of Persian Indigo #32049D
Tints of Persian Indigo #32049D
RGB
CMYK
RGB Variations
Color information
#32049D (or 0x32049D) is known color: Persian Indigo. HEX triplet: 32, 04 and 9D. RGB value is (50,4,157). Sum of RGB (Red+Green+Blue) = 50+4+157=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #32049D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32049D is #CDFB62. Grayscale: #222222. Windows color (decimal): -13499235 or 10290226. OLE color: 10290226.
HSL color Cylindrical-coordinate representation of color #32049D: hue angle of 258.04º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32049D is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 4 | 157 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.38 |
| HSL | 258.04º | 0.95% | 0.32% | - |
| HSV(B) | 258.04º | 0.97% | 0.62% | - |
| XYZ | 7.44 | 3.2 | 32.12 | - |
| YUV | 35.2 | 196.74 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 157 | 0.68 | 0.97 | 0 | 0.38 | 258.04 | 0.95 | 0.32 |
| Hex | 32 | 4 | 9D | 44 | 61 | 0 | 26 | 102 | 5F | 20 |
| Octal | 62 | 4 | 235 | 104 | 141 | 0 | 46 | 402 | 137 | 40 |
| Binary | 110010 | 100 | 10011101 | 1000100 | 1100001 | 0 | 100110 | 100000010 | 1011111 | 100000 |
Color Harmonies of #32049D
Complementary color
Monochromatic Colors of #32049D
Black with #32049D
Text Example
Text Example
White with #32049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32049D; }
p { color: rgb(50,4,157); }
H1.HeaderClassName
{
color: #32049D;
}
.AnyTagClassName
{
color: #32049D;
}
</style>
background-color css
<style>
a { background-color: #32049D; }
a { background-color: rgb(50,4,157); }
div.DivClassName
{
background-color: #32049D;
}
.BgClassName
{
background-color: #32049D;
}
</style>
border-color css
<style>
span { border-color: #32049D; }
span { border-color: rgb(50,4,157); }
td.TdClassName
{
border-color: #32049D;
}
.TagClassName
{
border-color: #32049D;
}
</style>