Shades of Han Purple #332BE2
Tints of Han Purple #332BE2
RGB
CMYK
RGB Variations
Color information
#332BE2 (or 0x332BE2) is known color: Han Purple. HEX triplet: 33, 2B and E2. RGB value is (51,43,226). Sum of RGB (Red+Green+Blue) = 51+43+226=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 226 (88.67% from 255 or 70.62% from 320); Max value from RGB is 226 - color contains mainly: blue. Hex color #332BE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332BE2 is #CCD41D. Grayscale: #414141. Windows color (decimal): -13423646 or 14822195. OLE color: 14822195.
HSL color Cylindrical-coordinate representation of color #332BE2: hue angle of 242.62º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #332BE2 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 43 | 226 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.11 |
| HSL | 242.62º | 0.76% | 0.53% | - |
| HSV(B) | 242.62º | 0.81% | 0.89% | - |
| XYZ | 15.96 | 7.92 | 72.64 | - |
| YUV | 66.25 | 218.15 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 226 | 0.77 | 0.81 | 0 | 0.11 | 242.62 | 0.76 | 0.53 |
| Hex | 33 | 2B | E2 | 4D | 51 | 0 | B | F3 | 4C | 35 |
| Octal | 63 | 53 | 342 | 115 | 121 | 0 | 13 | 363 | 114 | 65 |
| Binary | 110011 | 101011 | 11100010 | 1001101 | 1010001 | 0 | 1011 | 11110011 | 1001100 | 110101 |
Color Harmonies of #332BE2
Complementary color
Monochromatic Colors of #332BE2
Black with #332BE2
Text Example
Text Example
White with #332BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332BE2; }
p { color: rgb(51,43,226); }
H1.HeaderClassName
{
color: #332BE2;
}
.AnyTagClassName
{
color: #332BE2;
}
</style>
background-color css
<style>
a { background-color: #332BE2; }
a { background-color: rgb(51,43,226); }
div.DivClassName
{
background-color: #332BE2;
}
.BgClassName
{
background-color: #332BE2;
}
</style>
border-color css
<style>
span { border-color: #332BE2; }
span { border-color: rgb(51,43,226); }
td.TdClassName
{
border-color: #332BE2;
}
.TagClassName
{
border-color: #332BE2;
}
</style>