Shades of Han Purple #3E24FC
Tints of Han Purple #3E24FC
RGB
CMYK
RGB Variations
Color information
#3E24FC (or 0x3E24FC) is known color: Han Purple. HEX triplet: 3E, 24 and FC. RGB value is (62,36,252). Sum of RGB (Red+Green+Blue) = 62+36+252=350 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.71% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E24FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E24FC is #C1DB03. Grayscale: #434343. Windows color (decimal): -12704516 or 16524350. OLE color: 16524350.
HSL color Cylindrical-coordinate representation of color #3E24FC: hue angle of 247.22º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E24FC is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 36 | 252 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.01 |
| HSL | 247.22º | 0.97% | 0.56% | - |
| HSV(B) | 247.22º | 0.86% | 0.99% | - |
| XYZ | 20.19 | 9.31 | 92.83 | - |
| YUV | 68.4 | 231.61 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 36 | 252 | 0.75 | 0.86 | 0 | 0.01 | 247.22 | 0.97 | 0.56 |
| Hex | 3E | 24 | FC | 4B | 56 | 0 | 1 | F7 | 61 | 38 |
| Octal | 76 | 44 | 374 | 113 | 126 | 0 | 1 | 367 | 141 | 70 |
| Binary | 111110 | 100100 | 11111100 | 1001011 | 1010110 | 0 | 1 | 11110111 | 1100001 | 111000 |
Color Harmonies of #3E24FC
Complementary color
Monochromatic Colors of #3E24FC
Black with #3E24FC
Text Example
Text Example
White with #3E24FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E24FC; }
p { color: rgb(62,36,252); }
H1.HeaderClassName
{
color: #3E24FC;
}
.AnyTagClassName
{
color: #3E24FC;
}
</style>
background-color css
<style>
a { background-color: #3E24FC; }
a { background-color: rgb(62,36,252); }
div.DivClassName
{
background-color: #3E24FC;
}
.BgClassName
{
background-color: #3E24FC;
}
</style>
border-color css
<style>
span { border-color: #3E24FC; }
span { border-color: rgb(62,36,252); }
td.TdClassName
{
border-color: #3E24FC;
}
.TagClassName
{
border-color: #3E24FC;
}
</style>