Shades of Han Purple #3E22D4
Tints of Han Purple #3E22D4
RGB
CMYK
RGB Variations
Color information
#3E22D4 (or 0x3E22D4) is known color: Han Purple. HEX triplet: 3E, 22 and D4. RGB value is (62,34,212). Sum of RGB (Red+Green+Blue) = 62+34+212=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 212 (83.20% from 255 or 68.83% from 308); Max value from RGB is 212 - color contains mainly: blue. Hex color #3E22D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E22D4 is #C1DD2B. Grayscale: #3D3D3D. Windows color (decimal): -12705068 or 13902398. OLE color: 13902398.
HSL color Cylindrical-coordinate representation of color #3E22D4: hue angle of 249.44º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E22D4 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 62 | 34 | 212 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.17 |
| HSL | 249.44º | 0.72% | 0.48% | - |
| HSV(B) | 249.44º | 0.84% | 0.83% | - |
| XYZ | 14.44 | 6.92 | 62.86 | - |
| YUV | 62.66 | 212.28 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 34 | 212 | 0.71 | 0.84 | 0 | 0.17 | 249.44 | 0.72 | 0.48 |
| Hex | 3E | 22 | D4 | 47 | 54 | 0 | 11 | F9 | 48 | 30 |
| Octal | 76 | 42 | 324 | 107 | 124 | 0 | 21 | 371 | 110 | 60 |
| Binary | 111110 | 100010 | 11010100 | 1000111 | 1010100 | 0 | 10001 | 11111001 | 1001000 | 110000 |
Color Harmonies of #3E22D4
Complementary color
Monochromatic Colors of #3E22D4
Black with #3E22D4
Text Example
Text Example
White with #3E22D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E22D4; }
p { color: rgb(62,34,212); }
H1.HeaderClassName
{
color: #3E22D4;
}
.AnyTagClassName
{
color: #3E22D4;
}
</style>
background-color css
<style>
a { background-color: #3E22D4; }
a { background-color: rgb(62,34,212); }
div.DivClassName
{
background-color: #3E22D4;
}
.BgClassName
{
background-color: #3E22D4;
}
</style>
border-color css
<style>
span { border-color: #3E22D4; }
span { border-color: rgb(62,34,212); }
td.TdClassName
{
border-color: #3E22D4;
}
.TagClassName
{
border-color: #3E22D4;
}
</style>