Shades of Han Purple #3E17DC
Tints of Han Purple #3E17DC
RGB
CMYK
RGB Variations
Color information
#3E17DC (or 0x3E17DC) is known color: Han Purple. HEX triplet: 3E, 17 and DC. RGB value is (62,23,220). Sum of RGB (Red+Green+Blue) = 62+23+220=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E17DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E17DC is #C1E823. Grayscale: #383838. Windows color (decimal): -12707876 or 14423870. OLE color: 14423870.
HSL color Cylindrical-coordinate representation of color #3E17DC: hue angle of 251.88º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E17DC is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 23 | 220 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.14 |
| HSL | 251.88º | 0.81% | 0.48% | - |
| HSV(B) | 251.88º | 0.9% | 0.86% | - |
| XYZ | 15.21 | 6.8 | 68.22 | - |
| YUV | 57.12 | 219.92 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 220 | 0.72 | 0.90 | 0 | 0.14 | 251.88 | 0.81 | 0.48 |
| Hex | 3E | 17 | DC | 48 | 5A | 0 | E | FC | 51 | 30 |
| Octal | 76 | 27 | 334 | 110 | 132 | 0 | 16 | 374 | 121 | 60 |
| Binary | 111110 | 10111 | 11011100 | 1001000 | 1011010 | 0 | 1110 | 11111100 | 1010001 | 110000 |
Color Harmonies of #3E17DC
Complementary color
Monochromatic Colors of #3E17DC
Black with #3E17DC
Text Example
Text Example
White with #3E17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E17DC; }
p { color: rgb(62,23,220); }
H1.HeaderClassName
{
color: #3E17DC;
}
.AnyTagClassName
{
color: #3E17DC;
}
</style>
background-color css
<style>
a { background-color: #3E17DC; }
a { background-color: rgb(62,23,220); }
div.DivClassName
{
background-color: #3E17DC;
}
.BgClassName
{
background-color: #3E17DC;
}
</style>
border-color css
<style>
span { border-color: #3E17DC; }
span { border-color: rgb(62,23,220); }
td.TdClassName
{
border-color: #3E17DC;
}
.TagClassName
{
border-color: #3E17DC;
}
</style>