Shades of Han Purple #3E11FC
Tints of Han Purple #3E11FC
RGB
CMYK
RGB Variations
Color information
#3E11FC (or 0x3E11FC) is known color: Han Purple. HEX triplet: 3E, 11 and FC. RGB value is (62,17,252). Sum of RGB (Red+Green+Blue) = 62+17+252=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 252 (98.83% from 255 or 76.13% from 331); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E11FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E11FC is #C1EE03. Grayscale: #383838. Windows color (decimal): -12709380 or 16519486. OLE color: 16519486.
HSL color Cylindrical-coordinate representation of color #3E11FC: hue angle of 251.49º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E11FC is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 17 | 252 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.01 |
| HSL | 251.49º | 0.98% | 0.53% | - |
| HSV(B) | 251.49º | 0.93% | 0.99% | - |
| XYZ | 19.76 | 8.45 | 92.69 | - |
| YUV | 57.25 | 237.91 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 252 | 0.75 | 0.93 | 0 | 0.01 | 251.49 | 0.98 | 0.53 |
| Hex | 3E | 11 | FC | 4B | 5D | 0 | 1 | FB | 62 | 35 |
| Octal | 76 | 21 | 374 | 113 | 135 | 0 | 1 | 373 | 142 | 65 |
| Binary | 111110 | 10001 | 11111100 | 1001011 | 1011101 | 0 | 1 | 11111011 | 1100010 | 110101 |
Color Harmonies of #3E11FC
Complementary color
Monochromatic Colors of #3E11FC
Black with #3E11FC
Text Example
Text Example
White with #3E11FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E11FC; }
p { color: rgb(62,17,252); }
H1.HeaderClassName
{
color: #3E11FC;
}
.AnyTagClassName
{
color: #3E11FC;
}
</style>
background-color css
<style>
a { background-color: #3E11FC; }
a { background-color: rgb(62,17,252); }
div.DivClassName
{
background-color: #3E11FC;
}
.BgClassName
{
background-color: #3E11FC;
}
</style>
border-color css
<style>
span { border-color: #3E11FC; }
span { border-color: rgb(62,17,252); }
td.TdClassName
{
border-color: #3E11FC;
}
.TagClassName
{
border-color: #3E11FC;
}
</style>