Shades of Han Purple #3E09DB
Tints of Han Purple #3E09DB
RGB
CMYK
RGB Variations
Color information
#3E09DB (or 0x3E09DB) is known color: Han Purple. HEX triplet: 3E, 09 and DB. RGB value is (62,9,219). Sum of RGB (Red+Green+Blue) = 62+9+219=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 219 (85.94% from 255 or 75.52% from 290); Max value from RGB is 219 - color contains mainly: blue. Hex color #3E09DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E09DB is #C1F624. Grayscale: #303030. Windows color (decimal): -12711461 or 14354750. OLE color: 14354750.
HSL color Cylindrical-coordinate representation of color #3E09DB: hue angle of 255.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E09DB is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 9 | 219 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.14 |
| HSL | 255.14º | 0.92% | 0.45% | - |
| HSV(B) | 255.14º | 0.96% | 0.86% | - |
| XYZ | 14.87 | 6.33 | 67.46 | - |
| YUV | 48.79 | 224.06 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 219 | 0.72 | 0.96 | 0 | 0.14 | 255.14 | 0.92 | 0.45 |
| Hex | 3E | 9 | DB | 48 | 60 | 0 | E | FF | 5C | 2D |
| Octal | 76 | 11 | 333 | 110 | 140 | 0 | 16 | 377 | 134 | 55 |
| Binary | 111110 | 1001 | 11011011 | 1001000 | 1100000 | 0 | 1110 | 11111111 | 1011100 | 101101 |
Color Harmonies of #3E09DB
Complementary color
Monochromatic Colors of #3E09DB
Black with #3E09DB
Text Example
Text Example
White with #3E09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E09DB; }
p { color: rgb(62,9,219); }
H1.HeaderClassName
{
color: #3E09DB;
}
.AnyTagClassName
{
color: #3E09DB;
}
</style>
background-color css
<style>
a { background-color: #3E09DB; }
a { background-color: rgb(62,9,219); }
div.DivClassName
{
background-color: #3E09DB;
}
.BgClassName
{
background-color: #3E09DB;
}
</style>
border-color css
<style>
span { border-color: #3E09DB; }
span { border-color: rgb(62,9,219); }
td.TdClassName
{
border-color: #3E09DB;
}
.TagClassName
{
border-color: #3E09DB;
}
</style>