Shades of Persian Indigo #32078A
Tints of Persian Indigo #32078A
RGB
CMYK
RGB Variations
Color information
#32078A (or 0x32078A) is known color: Persian Indigo. HEX triplet: 32, 07 and 8A. RGB value is (50,7,138). Sum of RGB (Red+Green+Blue) = 50+7+138=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 138 (54.30% from 255 or 70.77% from 195); Max value from RGB is 138 - color contains mainly: blue. Hex color #32078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32078A is #CDF875. Grayscale: #222222. Windows color (decimal): -13498486 or 9045810. OLE color: 9045810.
HSL color Cylindrical-coordinate representation of color #32078A: hue angle of 259.69º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32078A is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 7 | 138 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.46 |
| HSL | 259.69º | 0.9% | 0.28% | - |
| HSV(B) | 259.69º | 0.95% | 0.54% | - |
| XYZ | 5.98 | 2.67 | 24.24 | - |
| YUV | 34.79 | 186.25 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 138 | 0.64 | 0.95 | 0 | 0.46 | 259.69 | 0.9 | 0.28 |
| Hex | 32 | 7 | 8A | 40 | 5F | 0 | 2E | 104 | 5A | 1C |
| Octal | 62 | 7 | 212 | 100 | 137 | 0 | 56 | 404 | 132 | 34 |
| Binary | 110010 | 111 | 10001010 | 1000000 | 1011111 | 0 | 101110 | 100000100 | 1011010 | 11100 |
Color Harmonies of #32078A
Complementary color
Monochromatic Colors of #32078A
Black with #32078A
Text Example
Text Example
White with #32078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32078A; }
p { color: rgb(50,7,138); }
H1.HeaderClassName
{
color: #32078A;
}
.AnyTagClassName
{
color: #32078A;
}
</style>
background-color css
<style>
a { background-color: #32078A; }
a { background-color: rgb(50,7,138); }
div.DivClassName
{
background-color: #32078A;
}
.BgClassName
{
background-color: #32078A;
}
</style>
border-color css
<style>
span { border-color: #32078A; }
span { border-color: rgb(50,7,138); }
td.TdClassName
{
border-color: #32078A;
}
.TagClassName
{
border-color: #32078A;
}
</style>