Shades of Persian Indigo #321E7C
Tints of Persian Indigo #321E7C
RGB
CMYK
RGB Variations
Color information
#321E7C (or 0x321E7C) is known color: Persian Indigo. HEX triplet: 32, 1E and 7C. RGB value is (50,30,124). Sum of RGB (Red+Green+Blue) = 50+30+124=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #321E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321E7C is #CDE183. Grayscale: #2E2E2E. Windows color (decimal): -13492612 or 8134194. OLE color: 8134194.
HSL color Cylindrical-coordinate representation of color #321E7C: hue angle of 252.77º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #321E7C is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 30 | 124 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.51 |
| HSL | 252.77º | 0.61% | 0.3% | - |
| HSV(B) | 252.77º | 0.76% | 0.49% | - |
| XYZ | 5.42 | 3.06 | 19.37 | - |
| YUV | 46.7 | 171.63 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 124 | 0.60 | 0.76 | 0 | 0.51 | 252.77 | 0.61 | 0.3 |
| Hex | 32 | 1E | 7C | 3C | 4C | 0 | 33 | FD | 3D | 1E |
| Octal | 62 | 36 | 174 | 74 | 114 | 0 | 63 | 375 | 75 | 36 |
| Binary | 110010 | 11110 | 1111100 | 111100 | 1001100 | 0 | 110011 | 11111101 | 111101 | 11110 |
Color Harmonies of #321E7C
Complementary color
Monochromatic Colors of #321E7C
Black with #321E7C
Text Example
Text Example
White with #321E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E7C; }
p { color: rgb(50,30,124); }
H1.HeaderClassName
{
color: #321E7C;
}
.AnyTagClassName
{
color: #321E7C;
}
</style>
background-color css
<style>
a { background-color: #321E7C; }
a { background-color: rgb(50,30,124); }
div.DivClassName
{
background-color: #321E7C;
}
.BgClassName
{
background-color: #321E7C;
}
</style>
border-color css
<style>
span { border-color: #321E7C; }
span { border-color: rgb(50,30,124); }
td.TdClassName
{
border-color: #321E7C;
}
.TagClassName
{
border-color: #321E7C;
}
</style>