Shades of Persian Indigo #321E86
Tints of Persian Indigo #321E86
RGB
CMYK
RGB Variations
Color information
#321E86 (or 0x321E86) is known color: Persian Indigo. HEX triplet: 32, 1E and 86. RGB value is (50,30,134). Sum of RGB (Red+Green+Blue) = 50+30+134=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 134 (52.73% from 255 or 62.62% from 214); Max value from RGB is 134 - color contains mainly: blue. Hex color #321E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321E86 is #CDE179. Grayscale: #2F2F2F. Windows color (decimal): -13492602 or 8789554. OLE color: 8789554.
HSL color Cylindrical-coordinate representation of color #321E86: hue angle of 251.54º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #321E86 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 30 | 134 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.47 |
| HSL | 251.54º | 0.63% | 0.32% | - |
| HSV(B) | 251.54º | 0.78% | 0.53% | - |
| XYZ | 6.08 | 3.33 | 22.88 | - |
| YUV | 47.84 | 176.63 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 134 | 0.63 | 0.78 | 0 | 0.47 | 251.54 | 0.63 | 0.32 |
| Hex | 32 | 1E | 86 | 3F | 4E | 0 | 2F | FC | 3F | 20 |
| Octal | 62 | 36 | 206 | 77 | 116 | 0 | 57 | 374 | 77 | 40 |
| Binary | 110010 | 11110 | 10000110 | 111111 | 1001110 | 0 | 101111 | 11111100 | 111111 | 100000 |
Color Harmonies of #321E86
Complementary color
Monochromatic Colors of #321E86
Black with #321E86
Text Example
Text Example
White with #321E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E86; }
p { color: rgb(50,30,134); }
H1.HeaderClassName
{
color: #321E86;
}
.AnyTagClassName
{
color: #321E86;
}
</style>
background-color css
<style>
a { background-color: #321E86; }
a { background-color: rgb(50,30,134); }
div.DivClassName
{
background-color: #321E86;
}
.BgClassName
{
background-color: #321E86;
}
</style>
border-color css
<style>
span { border-color: #321E86; }
span { border-color: rgb(50,30,134); }
td.TdClassName
{
border-color: #321E86;
}
.TagClassName
{
border-color: #321E86;
}
</style>