Shades of Han Purple #3E13DC
Tints of Han Purple #3E13DC
RGB
CMYK
RGB Variations
Color information
#3E13DC (or 0x3E13DC) is known color: Han Purple. HEX triplet: 3E, 13 and DC. RGB value is (62,19,220). Sum of RGB (Red+Green+Blue) = 62+19+220=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E13DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E13DC is #C1EC23. Grayscale: #363636. Windows color (decimal): -12708900 or 14422846. OLE color: 14422846.
HSL color Cylindrical-coordinate representation of color #3E13DC: hue angle of 252.84º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E13DC is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 19 | 220 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.14 |
| HSL | 252.84º | 0.84% | 0.47% | - |
| HSV(B) | 252.84º | 0.91% | 0.86% | - |
| XYZ | 15.14 | 6.66 | 68.2 | - |
| YUV | 54.77 | 221.25 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 220 | 0.72 | 0.91 | 0 | 0.14 | 252.84 | 0.84 | 0.47 |
| Hex | 3E | 13 | DC | 48 | 5B | 0 | E | FD | 54 | 2F |
| Octal | 76 | 23 | 334 | 110 | 133 | 0 | 16 | 375 | 124 | 57 |
| Binary | 111110 | 10011 | 11011100 | 1001000 | 1011011 | 0 | 1110 | 11111101 | 1010100 | 101111 |
Color Harmonies of #3E13DC
Complementary color
Monochromatic Colors of #3E13DC
Black with #3E13DC
Text Example
Text Example
White with #3E13DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E13DC; }
p { color: rgb(62,19,220); }
H1.HeaderClassName
{
color: #3E13DC;
}
.AnyTagClassName
{
color: #3E13DC;
}
</style>
background-color css
<style>
a { background-color: #3E13DC; }
a { background-color: rgb(62,19,220); }
div.DivClassName
{
background-color: #3E13DC;
}
.BgClassName
{
background-color: #3E13DC;
}
</style>
border-color css
<style>
span { border-color: #3E13DC; }
span { border-color: rgb(62,19,220); }
td.TdClassName
{
border-color: #3E13DC;
}
.TagClassName
{
border-color: #3E13DC;
}
</style>