Shades of Han Purple #332BEA
Tints of Han Purple #332BEA
RGB
CMYK
RGB Variations
Color information
#332BEA (or 0x332BEA) is known color: Han Purple. HEX triplet: 33, 2B and EA. RGB value is (51,43,234). Sum of RGB (Red+Green+Blue) = 51+43+234=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 234 (91.80% from 255 or 71.34% from 328); Max value from RGB is 234 - color contains mainly: blue. Hex color #332BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332BEA is #CCD415. Grayscale: #424242. Windows color (decimal): -13423638 or 15346483. OLE color: 15346483.
HSL color Cylindrical-coordinate representation of color #332BEA: hue angle of 242.51º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #332BEA is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 43 | 234 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.08 |
| HSL | 242.51º | 0.82% | 0.54% | - |
| HSV(B) | 242.51º | 0.82% | 0.92% | - |
| XYZ | 17.08 | 8.37 | 78.56 | - |
| YUV | 67.17 | 222.15 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 234 | 0.78 | 0.82 | 0 | 0.08 | 242.51 | 0.82 | 0.54 |
| Hex | 33 | 2B | EA | 4E | 52 | 0 | 8 | F3 | 52 | 36 |
| Octal | 63 | 53 | 352 | 116 | 122 | 0 | 10 | 363 | 122 | 66 |
| Binary | 110011 | 101011 | 11101010 | 1001110 | 1010010 | 0 | 1000 | 11110011 | 1010010 | 110110 |
Color Harmonies of #332BEA
Complementary color
Monochromatic Colors of #332BEA
Black with #332BEA
Text Example
Text Example
White with #332BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332BEA; }
p { color: rgb(51,43,234); }
H1.HeaderClassName
{
color: #332BEA;
}
.AnyTagClassName
{
color: #332BEA;
}
</style>
background-color css
<style>
a { background-color: #332BEA; }
a { background-color: rgb(51,43,234); }
div.DivClassName
{
background-color: #332BEA;
}
.BgClassName
{
background-color: #332BEA;
}
</style>
border-color css
<style>
span { border-color: #332BEA; }
span { border-color: rgb(51,43,234); }
td.TdClassName
{
border-color: #332BEA;
}
.TagClassName
{
border-color: #332BEA;
}
</style>