Shades of Persian Indigo #321191
Tints of Persian Indigo #321191
RGB
CMYK
RGB Variations
Color information
#321191 (or 0x321191) is known color: Persian Indigo. HEX triplet: 32, 11 and 91. RGB value is (50,17,145). Sum of RGB (Red+Green+Blue) = 50+17+145=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #321191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #321191 is #CDEE6E. Grayscale: #282828. Windows color (decimal): -13495919 or 9507122. OLE color: 9507122.
HSL color Cylindrical-coordinate representation of color #321191: hue angle of 255.47º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321191 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 17 | 145 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.43 |
| HSL | 255.47º | 0.79% | 0.32% | - |
| HSV(B) | 255.47º | 0.88% | 0.57% | - |
| XYZ | 6.63 | 3.12 | 27.04 | - |
| YUV | 41.46 | 186.43 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 145 | 0.66 | 0.88 | 0 | 0.43 | 255.47 | 0.79 | 0.32 |
| Hex | 32 | 11 | 91 | 42 | 58 | 0 | 2B | FF | 4F | 20 |
| Octal | 62 | 21 | 221 | 102 | 130 | 0 | 53 | 377 | 117 | 40 |
| Binary | 110010 | 10001 | 10010001 | 1000010 | 1011000 | 0 | 101011 | 11111111 | 1001111 | 100000 |
Color Harmonies of #321191
Complementary color
Monochromatic Colors of #321191
Black with #321191
Text Example
Text Example
White with #321191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321191; }
p { color: rgb(50,17,145); }
H1.HeaderClassName
{
color: #321191;
}
.AnyTagClassName
{
color: #321191;
}
</style>
background-color css
<style>
a { background-color: #321191; }
a { background-color: rgb(50,17,145); }
div.DivClassName
{
background-color: #321191;
}
.BgClassName
{
background-color: #321191;
}
</style>
border-color css
<style>
span { border-color: #321191; }
span { border-color: rgb(50,17,145); }
td.TdClassName
{
border-color: #321191;
}
.TagClassName
{
border-color: #321191;
}
</style>