Shades of Han Purple #3E30DB
Tints of Han Purple #3E30DB
RGB
CMYK
RGB Variations
Color information
#3E30DB (or 0x3E30DB) is known color: Han Purple. HEX triplet: 3E, 30 and DB. RGB value is (62,48,219). Sum of RGB (Red+Green+Blue) = 62+48+219=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E30DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E30DB is #C1CF24. Grayscale: #474747. Windows color (decimal): -12701477 or 14364734. OLE color: 14364734.
HSL color Cylindrical-coordinate representation of color #3E30DB: hue angle of 244.91º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E30DB is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 48 | 219 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.14 |
| HSL | 244.91º | 0.7% | 0.52% | - |
| HSV(B) | 244.91º | 0.78% | 0.86% | - |
| XYZ | 15.83 | 8.25 | 67.78 | - |
| YUV | 71.68 | 211.14 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 219 | 0.72 | 0.78 | 0 | 0.14 | 244.91 | 0.7 | 0.52 |
| Hex | 3E | 30 | DB | 48 | 4E | 0 | E | F5 | 46 | 34 |
| Octal | 76 | 60 | 333 | 110 | 116 | 0 | 16 | 365 | 106 | 64 |
| Binary | 111110 | 110000 | 11011011 | 1001000 | 1001110 | 0 | 1110 | 11110101 | 1000110 | 110100 |
Color Harmonies of #3E30DB
Complementary color
Monochromatic Colors of #3E30DB
Black with #3E30DB
Text Example
Text Example
White with #3E30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E30DB; }
p { color: rgb(62,48,219); }
H1.HeaderClassName
{
color: #3E30DB;
}
.AnyTagClassName
{
color: #3E30DB;
}
</style>
background-color css
<style>
a { background-color: #3E30DB; }
a { background-color: rgb(62,48,219); }
div.DivClassName
{
background-color: #3E30DB;
}
.BgClassName
{
background-color: #3E30DB;
}
</style>
border-color css
<style>
span { border-color: #3E30DB; }
span { border-color: rgb(62,48,219); }
td.TdClassName
{
border-color: #3E30DB;
}
.TagClassName
{
border-color: #3E30DB;
}
</style>