Shades of Persian Indigo #332077
Tints of Persian Indigo #332077
RGB
CMYK
RGB Variations
Color information
#332077 (or 0x332077) is known color: Persian Indigo. HEX triplet: 33, 20 and 77. RGB value is (51,32,119). Sum of RGB (Red+Green+Blue) = 51+32+119=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #332077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332077 is #CCDF88. Grayscale: #2F2F2F. Windows color (decimal): -13426569 or 7807027. OLE color: 7807027.
HSL color Cylindrical-coordinate representation of color #332077: hue angle of 253.1º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #332077 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 32 | 119 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.53 |
| HSL | 253.1º | 0.58% | 0.3% | - |
| HSV(B) | 253.1º | 0.73% | 0.47% | - |
| XYZ | 5.21 | 3.07 | 17.77 | - |
| YUV | 47.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 119 | 0.57 | 0.73 | 0 | 0.53 | 253.1 | 0.58 | 0.3 |
| Hex | 33 | 20 | 77 | 39 | 49 | 0 | 35 | FD | 3A | 1E |
| Octal | 63 | 40 | 167 | 71 | 111 | 0 | 65 | 375 | 72 | 36 |
| Binary | 110011 | 100000 | 1110111 | 111001 | 1001001 | 0 | 110101 | 11111101 | 111010 | 11110 |
Color Harmonies of #332077
Complementary color
Monochromatic Colors of #332077
Black with #332077
Text Example
Text Example
White with #332077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332077; }
p { color: rgb(51,32,119); }
H1.HeaderClassName
{
color: #332077;
}
.AnyTagClassName
{
color: #332077;
}
</style>
background-color css
<style>
a { background-color: #332077; }
a { background-color: rgb(51,32,119); }
div.DivClassName
{
background-color: #332077;
}
.BgClassName
{
background-color: #332077;
}
</style>
border-color css
<style>
span { border-color: #332077; }
span { border-color: rgb(51,32,119); }
td.TdClassName
{
border-color: #332077;
}
.TagClassName
{
border-color: #332077;
}
</style>