Shades of Persian Indigo #32079D
Tints of Persian Indigo #32079D
RGB
CMYK
RGB Variations
Color information
#32079D (or 0x32079D) is known color: Persian Indigo. HEX triplet: 32, 07 and 9D. RGB value is (50,7,157). Sum of RGB (Red+Green+Blue) = 50+7+157=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #32079D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32079D is #CDF862. Grayscale: #242424. Windows color (decimal): -13498467 or 10290994. OLE color: 10290994.
HSL color Cylindrical-coordinate representation of color #32079D: hue angle of 257.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32079D is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 7 | 157 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.38 |
| HSL | 257.2º | 0.91% | 0.32% | - |
| HSV(B) | 257.2º | 0.96% | 0.62% | - |
| XYZ | 7.48 | 3.26 | 32.13 | - |
| YUV | 36.96 | 195.75 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 157 | 0.68 | 0.96 | 0 | 0.38 | 257.2 | 0.91 | 0.32 |
| Hex | 32 | 7 | 9D | 44 | 60 | 0 | 26 | 101 | 5B | 20 |
| Octal | 62 | 7 | 235 | 104 | 140 | 0 | 46 | 401 | 133 | 40 |
| Binary | 110010 | 111 | 10011101 | 1000100 | 1100000 | 0 | 100110 | 100000001 | 1011011 | 100000 |
Color Harmonies of #32079D
Complementary color
Monochromatic Colors of #32079D
Black with #32079D
Text Example
Text Example
White with #32079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32079D; }
p { color: rgb(50,7,157); }
H1.HeaderClassName
{
color: #32079D;
}
.AnyTagClassName
{
color: #32079D;
}
</style>
background-color css
<style>
a { background-color: #32079D; }
a { background-color: rgb(50,7,157); }
div.DivClassName
{
background-color: #32079D;
}
.BgClassName
{
background-color: #32079D;
}
</style>
border-color css
<style>
span { border-color: #32079D; }
span { border-color: rgb(50,7,157); }
td.TdClassName
{
border-color: #32079D;
}
.TagClassName
{
border-color: #32079D;
}
</style>