Shades of Persian Indigo #32079A
Tints of Persian Indigo #32079A
RGB
CMYK
RGB Variations
Color information
#32079A (or 0x32079A) is known color: Persian Indigo. HEX triplet: 32, 07 and 9A. RGB value is (50,7,154). Sum of RGB (Red+Green+Blue) = 50+7+154=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 154 (60.55% from 255 or 72.99% from 211); Max value from RGB is 154 - color contains mainly: blue. Hex color #32079A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32079A is #CDF865. Grayscale: #242424. Windows color (decimal): -13498470 or 10094386. OLE color: 10094386.
HSL color Cylindrical-coordinate representation of color #32079A: hue angle of 257.55º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32079A is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 7 | 154 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.40 |
| HSL | 257.55º | 0.91% | 0.32% | - |
| HSV(B) | 257.55º | 0.95% | 0.6% | - |
| XYZ | 7.22 | 3.16 | 30.8 | - |
| YUV | 36.62 | 194.25 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 154 | 0.68 | 0.95 | 0 | 0.40 | 257.55 | 0.91 | 0.32 |
| Hex | 32 | 7 | 9A | 44 | 5F | 0 | 28 | 102 | 5B | 20 |
| Octal | 62 | 7 | 232 | 104 | 137 | 0 | 50 | 402 | 133 | 40 |
| Binary | 110010 | 111 | 10011010 | 1000100 | 1011111 | 0 | 101000 | 100000010 | 1011011 | 100000 |
Color Harmonies of #32079A
Complementary color
Monochromatic Colors of #32079A
Black with #32079A
Text Example
Text Example
White with #32079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32079A; }
p { color: rgb(50,7,154); }
H1.HeaderClassName
{
color: #32079A;
}
.AnyTagClassName
{
color: #32079A;
}
</style>
background-color css
<style>
a { background-color: #32079A; }
a { background-color: rgb(50,7,154); }
div.DivClassName
{
background-color: #32079A;
}
.BgClassName
{
background-color: #32079A;
}
</style>
border-color css
<style>
span { border-color: #32079A; }
span { border-color: rgb(50,7,154); }
td.TdClassName
{
border-color: #32079A;
}
.TagClassName
{
border-color: #32079A;
}
</style>