Shades of Persian Indigo #321E7A
Tints of Persian Indigo #321E7A
RGB
CMYK
RGB Variations
Color information
#321E7A (or 0x321E7A) is known color: Persian Indigo. HEX triplet: 32, 1E and 7A. RGB value is (50,30,122). Sum of RGB (Red+Green+Blue) = 50+30+122=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #321E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321E7A is #CDE185. Grayscale: #2E2E2E. Windows color (decimal): -13492614 or 8003122. OLE color: 8003122.
HSL color Cylindrical-coordinate representation of color #321E7A: hue angle of 253.04º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #321E7A is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 30 | 122 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.52 |
| HSL | 253.04º | 0.61% | 0.3% | - |
| HSV(B) | 253.04º | 0.75% | 0.48% | - |
| XYZ | 5.29 | 3.01 | 18.71 | - |
| YUV | 46.47 | 170.63 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 122 | 0.59 | 0.75 | 0 | 0.52 | 253.04 | 0.61 | 0.3 |
| Hex | 32 | 1E | 7A | 3B | 4B | 0 | 34 | FD | 3D | 1E |
| Octal | 62 | 36 | 172 | 73 | 113 | 0 | 64 | 375 | 75 | 36 |
| Binary | 110010 | 11110 | 1111010 | 111011 | 1001011 | 0 | 110100 | 11111101 | 111101 | 11110 |
Color Harmonies of #321E7A
Complementary color
Monochromatic Colors of #321E7A
Black with #321E7A
Text Example
Text Example
White with #321E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E7A; }
p { color: rgb(50,30,122); }
H1.HeaderClassName
{
color: #321E7A;
}
.AnyTagClassName
{
color: #321E7A;
}
</style>
background-color css
<style>
a { background-color: #321E7A; }
a { background-color: rgb(50,30,122); }
div.DivClassName
{
background-color: #321E7A;
}
.BgClassName
{
background-color: #321E7A;
}
</style>
border-color css
<style>
span { border-color: #321E7A; }
span { border-color: rgb(50,30,122); }
td.TdClassName
{
border-color: #321E7A;
}
.TagClassName
{
border-color: #321E7A;
}
</style>