Shades of Persian Indigo #332191
Tints of Persian Indigo #332191
RGB
CMYK
RGB Variations
Color information
#332191 (or 0x332191) is known color: Persian Indigo. HEX triplet: 33, 21 and 91. RGB value is (51,33,145). Sum of RGB (Red+Green+Blue) = 51+33+145=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #332191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332191 is #CCDE6E. Grayscale: #323232. Windows color (decimal): -13426287 or 9511219. OLE color: 9511219.
HSL color Cylindrical-coordinate representation of color #332191: hue angle of 249.64º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #332191 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 33 | 145 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.43 |
| HSL | 249.64º | 0.63% | 0.35% | - |
| HSV(B) | 249.64º | 0.77% | 0.57% | - |
| XYZ | 7.02 | 3.84 | 27.16 | - |
| YUV | 51.15 | 180.96 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 145 | 0.65 | 0.77 | 0 | 0.43 | 249.64 | 0.63 | 0.35 |
| Hex | 33 | 21 | 91 | 41 | 4D | 0 | 2B | FA | 3F | 23 |
| Octal | 63 | 41 | 221 | 101 | 115 | 0 | 53 | 372 | 77 | 43 |
| Binary | 110011 | 100001 | 10010001 | 1000001 | 1001101 | 0 | 101011 | 11111010 | 111111 | 100011 |
Color Harmonies of #332191
Complementary color
Monochromatic Colors of #332191
Black with #332191
Text Example
Text Example
White with #332191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332191; }
p { color: rgb(51,33,145); }
H1.HeaderClassName
{
color: #332191;
}
.AnyTagClassName
{
color: #332191;
}
</style>
background-color css
<style>
a { background-color: #332191; }
a { background-color: rgb(51,33,145); }
div.DivClassName
{
background-color: #332191;
}
.BgClassName
{
background-color: #332191;
}
</style>
border-color css
<style>
span { border-color: #332191; }
span { border-color: rgb(51,33,145); }
td.TdClassName
{
border-color: #332191;
}
.TagClassName
{
border-color: #332191;
}
</style>