Shades of Persian Indigo #32078C
Tints of Persian Indigo #32078C
RGB
CMYK
RGB Variations
Color information
#32078C (or 0x32078C) is known color: Persian Indigo. HEX triplet: 32, 07 and 8C. RGB value is (50,7,140). Sum of RGB (Red+Green+Blue) = 50+7+140=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #32078C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32078C is #CDF873. Grayscale: #222222. Windows color (decimal): -13498484 or 9176882. OLE color: 9176882.
HSL color Cylindrical-coordinate representation of color #32078C: hue angle of 259.4º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32078C is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 7 | 140 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.45 |
| HSL | 259.4º | 0.9% | 0.29% | - |
| HSV(B) | 259.4º | 0.95% | 0.55% | - |
| XYZ | 6.12 | 2.72 | 25.01 | - |
| YUV | 35.02 | 187.25 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 140 | 0.64 | 0.95 | 0 | 0.45 | 259.4 | 0.9 | 0.29 |
| Hex | 32 | 7 | 8C | 40 | 5F | 0 | 2D | 103 | 5A | 1D |
| Octal | 62 | 7 | 214 | 100 | 137 | 0 | 55 | 403 | 132 | 35 |
| Binary | 110010 | 111 | 10001100 | 1000000 | 1011111 | 0 | 101101 | 100000011 | 1011010 | 11101 |
Color Harmonies of #32078C
Complementary color
Monochromatic Colors of #32078C
Black with #32078C
Text Example
Text Example
White with #32078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32078C; }
p { color: rgb(50,7,140); }
H1.HeaderClassName
{
color: #32078C;
}
.AnyTagClassName
{
color: #32078C;
}
</style>
background-color css
<style>
a { background-color: #32078C; }
a { background-color: rgb(50,7,140); }
div.DivClassName
{
background-color: #32078C;
}
.BgClassName
{
background-color: #32078C;
}
</style>
border-color css
<style>
span { border-color: #32078C; }
span { border-color: rgb(50,7,140); }
td.TdClassName
{
border-color: #32078C;
}
.TagClassName
{
border-color: #32078C;
}
</style>