Shades of Han Purple #3E15DD
Tints of Han Purple #3E15DD
RGB
CMYK
RGB Variations
Color information
#3E15DD (or 0x3E15DD) is known color: Han Purple. HEX triplet: 3E, 15 and DD. RGB value is (62,21,221). Sum of RGB (Red+Green+Blue) = 62+21+221=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E15DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E15DD is #C1EA22. Grayscale: #373737. Windows color (decimal): -12708387 or 14488894. OLE color: 14488894.
HSL color Cylindrical-coordinate representation of color #3E15DD: hue angle of 252.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E15DD is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 21 | 221 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.13 |
| HSL | 252.3º | 0.83% | 0.47% | - |
| HSV(B) | 252.3º | 0.9% | 0.87% | - |
| XYZ | 15.31 | 6.78 | 68.91 | - |
| YUV | 56.06 | 221.08 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 221 | 0.72 | 0.90 | 0 | 0.13 | 252.3 | 0.83 | 0.47 |
| Hex | 3E | 15 | DD | 48 | 5A | 0 | D | FC | 53 | 2F |
| Octal | 76 | 25 | 335 | 110 | 132 | 0 | 15 | 374 | 123 | 57 |
| Binary | 111110 | 10101 | 11011101 | 1001000 | 1011010 | 0 | 1101 | 11111100 | 1010011 | 101111 |
Color Harmonies of #3E15DD
Complementary color
Monochromatic Colors of #3E15DD
Black with #3E15DD
Text Example
Text Example
White with #3E15DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E15DD; }
p { color: rgb(62,21,221); }
H1.HeaderClassName
{
color: #3E15DD;
}
.AnyTagClassName
{
color: #3E15DD;
}
</style>
background-color css
<style>
a { background-color: #3E15DD; }
a { background-color: rgb(62,21,221); }
div.DivClassName
{
background-color: #3E15DD;
}
.BgClassName
{
background-color: #3E15DD;
}
</style>
border-color css
<style>
span { border-color: #3E15DD; }
span { border-color: rgb(62,21,221); }
td.TdClassName
{
border-color: #3E15DD;
}
.TagClassName
{
border-color: #3E15DD;
}
</style>