Shades of Han Purple #3E1ADC
Tints of Han Purple #3E1ADC
RGB
CMYK
RGB Variations
Color information
#3E1ADC (or 0x3E1ADC) is known color: Han Purple. HEX triplet: 3E, 1A and DC. RGB value is (62,26,220). Sum of RGB (Red+Green+Blue) = 62+26+220=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E1ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1ADC is #C1E523. Grayscale: #3A3A3A. Windows color (decimal): -12707108 or 14424638. OLE color: 14424638.
HSL color Cylindrical-coordinate representation of color #3E1ADC: hue angle of 251.13º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E1ADC is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 26 | 220 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.14 |
| HSL | 251.13º | 0.79% | 0.48% | - |
| HSV(B) | 251.13º | 0.88% | 0.86% | - |
| XYZ | 15.27 | 6.93 | 68.24 | - |
| YUV | 58.88 | 218.93 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 26 | 220 | 0.72 | 0.88 | 0 | 0.14 | 251.13 | 0.79 | 0.48 |
| Hex | 3E | 1A | DC | 48 | 58 | 0 | E | FB | 4F | 30 |
| Octal | 76 | 32 | 334 | 110 | 130 | 0 | 16 | 373 | 117 | 60 |
| Binary | 111110 | 11010 | 11011100 | 1001000 | 1011000 | 0 | 1110 | 11111011 | 1001111 | 110000 |
Color Harmonies of #3E1ADC
Complementary color
Monochromatic Colors of #3E1ADC
Black with #3E1ADC
Text Example
Text Example
White with #3E1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1ADC; }
p { color: rgb(62,26,220); }
H1.HeaderClassName
{
color: #3E1ADC;
}
.AnyTagClassName
{
color: #3E1ADC;
}
</style>
background-color css
<style>
a { background-color: #3E1ADC; }
a { background-color: rgb(62,26,220); }
div.DivClassName
{
background-color: #3E1ADC;
}
.BgClassName
{
background-color: #3E1ADC;
}
</style>
border-color css
<style>
span { border-color: #3E1ADC; }
span { border-color: rgb(62,26,220); }
td.TdClassName
{
border-color: #3E1ADC;
}
.TagClassName
{
border-color: #3E1ADC;
}
</style>