Shades of Persian Indigo #332882
Tints of Persian Indigo #332882
RGB
CMYK
RGB Variations
Color information
#332882 (or 0x332882) is known color: Persian Indigo. HEX triplet: 33, 28 and 82. RGB value is (51,40,130). Sum of RGB (Red+Green+Blue) = 51+40+130=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #332882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332882 is #CCD77D. Grayscale: #353535. Windows color (decimal): -13424510 or 8529971. OLE color: 8529971.
HSL color Cylindrical-coordinate representation of color #332882: hue angle of 247.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332882 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 40 | 130 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.49 |
| HSL | 247.33º | 0.53% | 0.33% | - |
| HSV(B) | 247.33º | 0.69% | 0.51% | - |
| XYZ | 6.15 | 3.83 | 21.53 | - |
| YUV | 53.55 | 171.14 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 130 | 0.61 | 0.69 | 0 | 0.49 | 247.33 | 0.53 | 0.33 |
| Hex | 33 | 28 | 82 | 3D | 45 | 0 | 31 | F7 | 35 | 21 |
| Octal | 63 | 50 | 202 | 75 | 105 | 0 | 61 | 367 | 65 | 41 |
| Binary | 110011 | 101000 | 10000010 | 111101 | 1000101 | 0 | 110001 | 11110111 | 110101 | 100001 |
Color Harmonies of #332882
Complementary color
Monochromatic Colors of #332882
Black with #332882
Text Example
Text Example
White with #332882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332882; }
p { color: rgb(51,40,130); }
H1.HeaderClassName
{
color: #332882;
}
.AnyTagClassName
{
color: #332882;
}
</style>
background-color css
<style>
a { background-color: #332882; }
a { background-color: rgb(51,40,130); }
div.DivClassName
{
background-color: #332882;
}
.BgClassName
{
background-color: #332882;
}
</style>
border-color css
<style>
span { border-color: #332882; }
span { border-color: rgb(51,40,130); }
td.TdClassName
{
border-color: #332882;
}
.TagClassName
{
border-color: #332882;
}
</style>