Shades of Han Purple #3E28DE
Tints of Han Purple #3E28DE
RGB
CMYK
RGB Variations
Color information
#3E28DE (or 0x3E28DE) is known color: Han Purple. HEX triplet: 3E, 28 and DE. RGB value is (62,40,222). Sum of RGB (Red+Green+Blue) = 62+40+222=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #3E28DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E28DE is #C1D721. Grayscale: #424242. Windows color (decimal): -12703522 or 14559294. OLE color: 14559294.
HSL color Cylindrical-coordinate representation of color #3E28DE: hue angle of 247.25º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E28DE is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 40 | 222 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.13 |
| HSL | 247.25º | 0.73% | 0.51% | - |
| HSV(B) | 247.25º | 0.82% | 0.87% | - |
| XYZ | 15.93 | 7.82 | 69.78 | - |
| YUV | 67.33 | 215.29 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 222 | 0.72 | 0.82 | 0 | 0.13 | 247.25 | 0.73 | 0.51 |
| Hex | 3E | 28 | DE | 48 | 52 | 0 | D | F7 | 49 | 33 |
| Octal | 76 | 50 | 336 | 110 | 122 | 0 | 15 | 367 | 111 | 63 |
| Binary | 111110 | 101000 | 11011110 | 1001000 | 1010010 | 0 | 1101 | 11110111 | 1001001 | 110011 |
Color Harmonies of #3E28DE
Complementary color
Monochromatic Colors of #3E28DE
Black with #3E28DE
Text Example
Text Example
White with #3E28DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E28DE; }
p { color: rgb(62,40,222); }
H1.HeaderClassName
{
color: #3E28DE;
}
.AnyTagClassName
{
color: #3E28DE;
}
</style>
background-color css
<style>
a { background-color: #3E28DE; }
a { background-color: rgb(62,40,222); }
div.DivClassName
{
background-color: #3E28DE;
}
.BgClassName
{
background-color: #3E28DE;
}
</style>
border-color css
<style>
span { border-color: #3E28DE; }
span { border-color: rgb(62,40,222); }
td.TdClassName
{
border-color: #3E28DE;
}
.TagClassName
{
border-color: #3E28DE;
}
</style>