Shades of Han Purple #3E13EA
Tints of Han Purple #3E13EA
RGB
CMYK
RGB Variations
Color information
#3E13EA (or 0x3E13EA) is known color: Han Purple. HEX triplet: 3E, 13 and EA. RGB value is (62,19,234). Sum of RGB (Red+Green+Blue) = 62+19+234=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #3E13EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E13EA is #C1EC15. Grayscale: #373737. Windows color (decimal): -12708886 or 15340350. OLE color: 15340350.
HSL color Cylindrical-coordinate representation of color #3E13EA: hue angle of 252º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E13EA is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 19 | 234 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.08 |
| HSL | 252º | 0.85% | 0.5% | - |
| HSV(B) | 252º | 0.92% | 0.92% | - |
| XYZ | 17.07 | 7.43 | 78.38 | - |
| YUV | 56.37 | 228.25 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 234 | 0.74 | 0.92 | 0 | 0.08 | 252 | 0.85 | 0.5 |
| Hex | 3E | 13 | EA | 4A | 5C | 0 | 8 | FC | 55 | 32 |
| Octal | 76 | 23 | 352 | 112 | 134 | 0 | 10 | 374 | 125 | 62 |
| Binary | 111110 | 10011 | 11101010 | 1001010 | 1011100 | 0 | 1000 | 11111100 | 1010101 | 110010 |
Color Harmonies of #3E13EA
Complementary color
Monochromatic Colors of #3E13EA
Black with #3E13EA
Text Example
Text Example
White with #3E13EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E13EA; }
p { color: rgb(62,19,234); }
H1.HeaderClassName
{
color: #3E13EA;
}
.AnyTagClassName
{
color: #3E13EA;
}
</style>
background-color css
<style>
a { background-color: #3E13EA; }
a { background-color: rgb(62,19,234); }
div.DivClassName
{
background-color: #3E13EA;
}
.BgClassName
{
background-color: #3E13EA;
}
</style>
border-color css
<style>
span { border-color: #3E13EA; }
span { border-color: rgb(62,19,234); }
td.TdClassName
{
border-color: #3E13EA;
}
.TagClassName
{
border-color: #3E13EA;
}
</style>