Shades of Persian Indigo #321E9F
Tints of Persian Indigo #321E9F
RGB
CMYK
RGB Variations
Color information
#321E9F (or 0x321E9F) is known color: Persian Indigo. HEX triplet: 32, 1E and 9F. RGB value is (50,30,159). Sum of RGB (Red+Green+Blue) = 50+30+159=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #321E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321E9F is #CDE160. Grayscale: #323232. Windows color (decimal): -13492577 or 10427954. OLE color: 10427954.
HSL color Cylindrical-coordinate representation of color #321E9F: hue angle of 249.3º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #321E9F is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 30 | 159 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.38 |
| HSL | 249.3º | 0.68% | 0.37% | - |
| HSV(B) | 249.3º | 0.81% | 0.62% | - |
| XYZ | 8.04 | 4.11 | 33.17 | - |
| YUV | 50.69 | 189.13 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 159 | 0.69 | 0.81 | 0 | 0.38 | 249.3 | 0.68 | 0.37 |
| Hex | 32 | 1E | 9F | 45 | 51 | 0 | 26 | F9 | 44 | 25 |
| Octal | 62 | 36 | 237 | 105 | 121 | 0 | 46 | 371 | 104 | 45 |
| Binary | 110010 | 11110 | 10011111 | 1000101 | 1010001 | 0 | 100110 | 11111001 | 1000100 | 100101 |
Color Harmonies of #321E9F
Complementary color
Monochromatic Colors of #321E9F
Black with #321E9F
Text Example
Text Example
White with #321E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E9F; }
p { color: rgb(50,30,159); }
H1.HeaderClassName
{
color: #321E9F;
}
.AnyTagClassName
{
color: #321E9F;
}
</style>
background-color css
<style>
a { background-color: #321E9F; }
a { background-color: rgb(50,30,159); }
div.DivClassName
{
background-color: #321E9F;
}
.BgClassName
{
background-color: #321E9F;
}
</style>
border-color css
<style>
span { border-color: #321E9F; }
span { border-color: rgb(50,30,159); }
td.TdClassName
{
border-color: #321E9F;
}
.TagClassName
{
border-color: #321E9F;
}
</style>