Shades of Han Purple #3E28E4
Tints of Han Purple #3E28E4
RGB
CMYK
RGB Variations
Color information
#3E28E4 (or 0x3E28E4) is known color: Han Purple. HEX triplet: 3E, 28 and E4. RGB value is (62,40,228). Sum of RGB (Red+Green+Blue) = 62+40+228=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 228 (89.45% from 255 or 69.09% from 330); Max value from RGB is 228 - color contains mainly: blue. Hex color #3E28E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E28E4 is #C1D71B. Grayscale: #434343. Windows color (decimal): -12703516 or 14952510. OLE color: 14952510.
HSL color Cylindrical-coordinate representation of color #3E28E4: hue angle of 247.02º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E28E4 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 40 | 228 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.11 |
| HSL | 247.02º | 0.78% | 0.53% | - |
| HSV(B) | 247.02º | 0.82% | 0.89% | - |
| XYZ | 16.75 | 8.14 | 74.09 | - |
| YUV | 68.01 | 218.29 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 228 | 0.73 | 0.82 | 0 | 0.11 | 247.02 | 0.78 | 0.53 |
| Hex | 3E | 28 | E4 | 49 | 52 | 0 | B | F7 | 4E | 35 |
| Octal | 76 | 50 | 344 | 111 | 122 | 0 | 13 | 367 | 116 | 65 |
| Binary | 111110 | 101000 | 11100100 | 1001001 | 1010010 | 0 | 1011 | 11110111 | 1001110 | 110101 |
Color Harmonies of #3E28E4
Complementary color
Monochromatic Colors of #3E28E4
Black with #3E28E4
Text Example
Text Example
White with #3E28E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E28E4; }
p { color: rgb(62,40,228); }
H1.HeaderClassName
{
color: #3E28E4;
}
.AnyTagClassName
{
color: #3E28E4;
}
</style>
background-color css
<style>
a { background-color: #3E28E4; }
a { background-color: rgb(62,40,228); }
div.DivClassName
{
background-color: #3E28E4;
}
.BgClassName
{
background-color: #3E28E4;
}
</style>
border-color css
<style>
span { border-color: #3E28E4; }
span { border-color: rgb(62,40,228); }
td.TdClassName
{
border-color: #3E28E4;
}
.TagClassName
{
border-color: #3E28E4;
}
</style>