Shades of Han Purple #3E0AFC
Tints of Han Purple #3E0AFC
RGB
CMYK
RGB Variations
Color information
#3E0AFC (or 0x3E0AFC) is known color: Han Purple. HEX triplet: 3E, 0A and FC. RGB value is (62,10,252). Sum of RGB (Red+Green+Blue) = 62+10+252=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E0AFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E0AFC is #C1F503. Grayscale: #343434. Windows color (decimal): -12711172 or 16517694. OLE color: 16517694.
HSL color Cylindrical-coordinate representation of color #3E0AFC: hue angle of 252.89º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E0AFC is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 10 | 252 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.01 |
| HSL | 252.89º | 0.98% | 0.51% | - |
| HSV(B) | 252.89º | 0.96% | 0.99% | - |
| XYZ | 19.67 | 8.27 | 92.66 | - |
| YUV | 53.14 | 240.23 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 10 | 252 | 0.75 | 0.96 | 0 | 0.01 | 252.89 | 0.98 | 0.51 |
| Hex | 3E | A | FC | 4B | 60 | 0 | 1 | FD | 62 | 33 |
| Octal | 76 | 12 | 374 | 113 | 140 | 0 | 1 | 375 | 142 | 63 |
| Binary | 111110 | 1010 | 11111100 | 1001011 | 1100000 | 0 | 1 | 11111101 | 1100010 | 110011 |
Color Harmonies of #3E0AFC
Complementary color
Monochromatic Colors of #3E0AFC
Black with #3E0AFC
Text Example
Text Example
White with #3E0AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0AFC; }
p { color: rgb(62,10,252); }
H1.HeaderClassName
{
color: #3E0AFC;
}
.AnyTagClassName
{
color: #3E0AFC;
}
</style>
background-color css
<style>
a { background-color: #3E0AFC; }
a { background-color: rgb(62,10,252); }
div.DivClassName
{
background-color: #3E0AFC;
}
.BgClassName
{
background-color: #3E0AFC;
}
</style>
border-color css
<style>
span { border-color: #3E0AFC; }
span { border-color: rgb(62,10,252); }
td.TdClassName
{
border-color: #3E0AFC;
}
.TagClassName
{
border-color: #3E0AFC;
}
</style>