Shades of Han Purple #3E16DB
Tints of Han Purple #3E16DB
RGB
CMYK
RGB Variations
Color information
#3E16DB (or 0x3E16DB) is known color: Han Purple. HEX triplet: 3E, 16 and DB. RGB value is (62,22,219). Sum of RGB (Red+Green+Blue) = 62+22+219=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E16DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E16DB is #C1E924. Grayscale: #373737. Windows color (decimal): -12708133 or 14358078. OLE color: 14358078.
HSL color Cylindrical-coordinate representation of color #3E16DB: hue angle of 252.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E16DB is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 22 | 219 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.14 |
| HSL | 252.18º | 0.82% | 0.47% | - |
| HSV(B) | 252.18º | 0.9% | 0.86% | - |
| XYZ | 15.06 | 6.71 | 67.52 | - |
| YUV | 56.42 | 219.75 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 219 | 0.72 | 0.90 | 0 | 0.14 | 252.18 | 0.82 | 0.47 |
| Hex | 3E | 16 | DB | 48 | 5A | 0 | E | FC | 52 | 2F |
| Octal | 76 | 26 | 333 | 110 | 132 | 0 | 16 | 374 | 122 | 57 |
| Binary | 111110 | 10110 | 11011011 | 1001000 | 1011010 | 0 | 1110 | 11111100 | 1010010 | 101111 |
Color Harmonies of #3E16DB
Complementary color
Monochromatic Colors of #3E16DB
Black with #3E16DB
Text Example
Text Example
White with #3E16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E16DB; }
p { color: rgb(62,22,219); }
H1.HeaderClassName
{
color: #3E16DB;
}
.AnyTagClassName
{
color: #3E16DB;
}
</style>
background-color css
<style>
a { background-color: #3E16DB; }
a { background-color: rgb(62,22,219); }
div.DivClassName
{
background-color: #3E16DB;
}
.BgClassName
{
background-color: #3E16DB;
}
</style>
border-color css
<style>
span { border-color: #3E16DB; }
span { border-color: rgb(62,22,219); }
td.TdClassName
{
border-color: #3E16DB;
}
.TagClassName
{
border-color: #3E16DB;
}
</style>