Shades of Han Purple #3E18DB
Tints of Han Purple #3E18DB
RGB
CMYK
RGB Variations
Color information
#3E18DB (or 0x3E18DB) is known color: Han Purple. HEX triplet: 3E, 18 and DB. RGB value is (62,24,219). Sum of RGB (Red+Green+Blue) = 62+24+219=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E18DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E18DB is #C1E724. Grayscale: #383838. Windows color (decimal): -12707621 or 14358590. OLE color: 14358590.
HSL color Cylindrical-coordinate representation of color #3E18DB: hue angle of 251.69º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E18DB is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 24 | 219 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.14 |
| HSL | 251.69º | 0.8% | 0.48% | - |
| HSV(B) | 251.69º | 0.89% | 0.86% | - |
| XYZ | 15.1 | 6.79 | 67.53 | - |
| YUV | 57.59 | 219.09 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 219 | 0.72 | 0.89 | 0 | 0.14 | 251.69 | 0.8 | 0.48 |
| Hex | 3E | 18 | DB | 48 | 59 | 0 | E | FC | 50 | 30 |
| Octal | 76 | 30 | 333 | 110 | 131 | 0 | 16 | 374 | 120 | 60 |
| Binary | 111110 | 11000 | 11011011 | 1001000 | 1011001 | 0 | 1110 | 11111100 | 1010000 | 110000 |
Color Harmonies of #3E18DB
Complementary color
Monochromatic Colors of #3E18DB
Black with #3E18DB
Text Example
Text Example
White with #3E18DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E18DB; }
p { color: rgb(62,24,219); }
H1.HeaderClassName
{
color: #3E18DB;
}
.AnyTagClassName
{
color: #3E18DB;
}
</style>
background-color css
<style>
a { background-color: #3E18DB; }
a { background-color: rgb(62,24,219); }
div.DivClassName
{
background-color: #3E18DB;
}
.BgClassName
{
background-color: #3E18DB;
}
</style>
border-color css
<style>
span { border-color: #3E18DB; }
span { border-color: rgb(62,24,219); }
td.TdClassName
{
border-color: #3E18DB;
}
.TagClassName
{
border-color: #3E18DB;
}
</style>