Shades of Persian Indigo #332096
Tints of Persian Indigo #332096
RGB
CMYK
RGB Variations
Color information
#332096 (or 0x332096) is known color: Persian Indigo. HEX triplet: 33, 20 and 96. RGB value is (51,32,150). Sum of RGB (Red+Green+Blue) = 51+32+150=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #332096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332096 is #CCDF69. Grayscale: #323232. Windows color (decimal): -13426538 or 9838643. OLE color: 9838643.
HSL color Cylindrical-coordinate representation of color #332096: hue angle of 249.66º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #332096 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 32 | 150 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.41 |
| HSL | 249.66º | 0.65% | 0.36% | - |
| HSV(B) | 249.66º | 0.79% | 0.59% | - |
| XYZ | 7.39 | 3.94 | 29.23 | - |
| YUV | 51.13 | 183.79 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 150 | 0.66 | 0.79 | 0 | 0.41 | 249.66 | 0.65 | 0.36 |
| Hex | 33 | 20 | 96 | 42 | 4F | 0 | 29 | FA | 41 | 24 |
| Octal | 63 | 40 | 226 | 102 | 117 | 0 | 51 | 372 | 101 | 44 |
| Binary | 110011 | 100000 | 10010110 | 1000010 | 1001111 | 0 | 101001 | 11111010 | 1000001 | 100100 |
Color Harmonies of #332096
Complementary color
Monochromatic Colors of #332096
Black with #332096
Text Example
Text Example
White with #332096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332096; }
p { color: rgb(51,32,150); }
H1.HeaderClassName
{
color: #332096;
}
.AnyTagClassName
{
color: #332096;
}
</style>
background-color css
<style>
a { background-color: #332096; }
a { background-color: rgb(51,32,150); }
div.DivClassName
{
background-color: #332096;
}
.BgClassName
{
background-color: #332096;
}
</style>
border-color css
<style>
span { border-color: #332096; }
span { border-color: rgb(51,32,150); }
td.TdClassName
{
border-color: #332096;
}
.TagClassName
{
border-color: #332096;
}
</style>