Shades of Persian Indigo #320E7F
Tints of Persian Indigo #320E7F
RGB
CMYK
RGB Variations
Color information
#320E7F (or 0x320E7F) is known color: Persian Indigo. HEX triplet: 32, 0E and 7F. RGB value is (50,14,127). Sum of RGB (Red+Green+Blue) = 50+14+127=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 14 (5.86% from 255 or 7.33% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #320E7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320E7F is #CDF180. Grayscale: #252525. Windows color (decimal): -13496705 or 8326706. OLE color: 8326706.
HSL color Cylindrical-coordinate representation of color #320E7F: hue angle of 259.12º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320E7F is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 14 | 127 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.50 |
| HSL | 259.12º | 0.8% | 0.28% | - |
| HSV(B) | 259.12º | 0.89% | 0.5% | - |
| XYZ | 5.3 | 2.52 | 20.29 | - |
| YUV | 37.65 | 178.43 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 127 | 0.61 | 0.89 | 0 | 0.50 | 259.12 | 0.8 | 0.28 |
| Hex | 32 | E | 7F | 3D | 59 | 0 | 32 | 103 | 50 | 1C |
| Octal | 62 | 16 | 177 | 75 | 131 | 0 | 62 | 403 | 120 | 34 |
| Binary | 110010 | 1110 | 1111111 | 111101 | 1011001 | 0 | 110010 | 100000011 | 1010000 | 11100 |
Color Harmonies of #320E7F
Complementary color
Monochromatic Colors of #320E7F
Black with #320E7F
Text Example
Text Example
White with #320E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320E7F; }
p { color: rgb(50,14,127); }
H1.HeaderClassName
{
color: #320E7F;
}
.AnyTagClassName
{
color: #320E7F;
}
</style>
background-color css
<style>
a { background-color: #320E7F; }
a { background-color: rgb(50,14,127); }
div.DivClassName
{
background-color: #320E7F;
}
.BgClassName
{
background-color: #320E7F;
}
</style>
border-color css
<style>
span { border-color: #320E7F; }
span { border-color: rgb(50,14,127); }
td.TdClassName
{
border-color: #320E7F;
}
.TagClassName
{
border-color: #320E7F;
}
</style>