Shades of Han Purple #3322E5
Tints of Han Purple #3322E5
RGB
CMYK
RGB Variations
Color information
#3322E5 (or 0x3322E5) is known color: Han Purple. HEX triplet: 33, 22 and E5. RGB value is (51,34,229). Sum of RGB (Red+Green+Blue) = 51+34+229=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 229 (89.84% from 255 or 72.93% from 314); Max value from RGB is 229 - color contains mainly: blue. Hex color #3322E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3322E5 is #CCDD1A. Grayscale: #3C3C3C. Windows color (decimal): -13425947 or 15016499. OLE color: 15016499.
HSL color Cylindrical-coordinate representation of color #3322E5: hue angle of 245.23º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3322E5 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 34 | 229 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.10 |
| HSL | 245.23º | 0.79% | 0.52% | - |
| HSV(B) | 245.23º | 0.85% | 0.9% | - |
| XYZ | 16.08 | 7.51 | 74.73 | - |
| YUV | 61.31 | 222.63 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 34 | 229 | 0.78 | 0.85 | 0 | 0.10 | 245.23 | 0.79 | 0.52 |
| Hex | 33 | 22 | E5 | 4E | 55 | 0 | A | F5 | 4F | 34 |
| Octal | 63 | 42 | 345 | 116 | 125 | 0 | 12 | 365 | 117 | 64 |
| Binary | 110011 | 100010 | 11100101 | 1001110 | 1010101 | 0 | 1010 | 11110101 | 1001111 | 110100 |
Color Harmonies of #3322E5
Complementary color
Monochromatic Colors of #3322E5
Black with #3322E5
Text Example
Text Example
White with #3322E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3322E5; }
p { color: rgb(51,34,229); }
H1.HeaderClassName
{
color: #3322E5;
}
.AnyTagClassName
{
color: #3322E5;
}
</style>
background-color css
<style>
a { background-color: #3322E5; }
a { background-color: rgb(51,34,229); }
div.DivClassName
{
background-color: #3322E5;
}
.BgClassName
{
background-color: #3322E5;
}
</style>
border-color css
<style>
span { border-color: #3322E5; }
span { border-color: rgb(51,34,229); }
td.TdClassName
{
border-color: #3322E5;
}
.TagClassName
{
border-color: #3322E5;
}
</style>