Shades of Han Purple #3E15DF
Tints of Han Purple #3E15DF
RGB
CMYK
RGB Variations
Color information
#3E15DF (or 0x3E15DF) is known color: Han Purple. HEX triplet: 3E, 15 and DF. RGB value is (62,21,223). Sum of RGB (Red+Green+Blue) = 62+21+223=306 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.26% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E15DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E15DF is #C1EA20. Grayscale: #373737. Windows color (decimal): -12708385 or 14619966. OLE color: 14619966.
HSL color Cylindrical-coordinate representation of color #3E15DF: hue angle of 252.18º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E15DF is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 21 | 223 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.13 |
| HSL | 252.18º | 0.83% | 0.48% | - |
| HSV(B) | 252.18º | 0.91% | 0.87% | - |
| XYZ | 15.57 | 6.89 | 70.32 | - |
| YUV | 56.29 | 222.08 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 223 | 0.72 | 0.91 | 0 | 0.13 | 252.18 | 0.83 | 0.48 |
| Hex | 3E | 15 | DF | 48 | 5B | 0 | D | FC | 53 | 30 |
| Octal | 76 | 25 | 337 | 110 | 133 | 0 | 15 | 374 | 123 | 60 |
| Binary | 111110 | 10101 | 11011111 | 1001000 | 1011011 | 0 | 1101 | 11111100 | 1010011 | 110000 |
Color Harmonies of #3E15DF
Complementary color
Monochromatic Colors of #3E15DF
Black with #3E15DF
Text Example
Text Example
White with #3E15DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E15DF; }
p { color: rgb(62,21,223); }
H1.HeaderClassName
{
color: #3E15DF;
}
.AnyTagClassName
{
color: #3E15DF;
}
</style>
background-color css
<style>
a { background-color: #3E15DF; }
a { background-color: rgb(62,21,223); }
div.DivClassName
{
background-color: #3E15DF;
}
.BgClassName
{
background-color: #3E15DF;
}
</style>
border-color css
<style>
span { border-color: #3E15DF; }
span { border-color: rgb(62,21,223); }
td.TdClassName
{
border-color: #3E15DF;
}
.TagClassName
{
border-color: #3E15DF;
}
</style>