Shades of Han Purple #3E28D8
Tints of Han Purple #3E28D8
RGB
CMYK
RGB Variations
Color information
#3E28D8 (or 0x3E28D8) is known color: Han Purple. HEX triplet: 3E, 28 and D8. RGB value is (62,40,216). Sum of RGB (Red+Green+Blue) = 62+40+216=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 216 (84.77% from 255 or 67.92% from 318); Max value from RGB is 216 - color contains mainly: blue. Hex color #3E28D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E28D8 is #C1D727. Grayscale: #414141. Windows color (decimal): -12703528 or 14166078. OLE color: 14166078.
HSL color Cylindrical-coordinate representation of color #3E28D8: hue angle of 247.5º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E28D8 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 40 | 216 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.15 |
| HSL | 247.5º | 0.69% | 0.5% | - |
| HSV(B) | 247.5º | 0.81% | 0.85% | - |
| XYZ | 15.14 | 7.5 | 65.62 | - |
| YUV | 66.64 | 212.29 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 216 | 0.71 | 0.81 | 0 | 0.15 | 247.5 | 0.69 | 0.5 |
| Hex | 3E | 28 | D8 | 47 | 51 | 0 | F | F8 | 45 | 32 |
| Octal | 76 | 50 | 330 | 107 | 121 | 0 | 17 | 370 | 105 | 62 |
| Binary | 111110 | 101000 | 11011000 | 1000111 | 1010001 | 0 | 1111 | 11111000 | 1000101 | 110010 |
Color Harmonies of #3E28D8
Complementary color
Monochromatic Colors of #3E28D8
Black with #3E28D8
Text Example
Text Example
White with #3E28D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E28D8; }
p { color: rgb(62,40,216); }
H1.HeaderClassName
{
color: #3E28D8;
}
.AnyTagClassName
{
color: #3E28D8;
}
</style>
background-color css
<style>
a { background-color: #3E28D8; }
a { background-color: rgb(62,40,216); }
div.DivClassName
{
background-color: #3E28D8;
}
.BgClassName
{
background-color: #3E28D8;
}
</style>
border-color css
<style>
span { border-color: #3E28D8; }
span { border-color: rgb(62,40,216); }
td.TdClassName
{
border-color: #3E28D8;
}
.TagClassName
{
border-color: #3E28D8;
}
</style>