Shades of Han Purple #3E18FD
Tints of Han Purple #3E18FD
RGB
CMYK
RGB Variations
Color information
#3E18FD (or 0x3E18FD) is known color: Han Purple. HEX triplet: 3E, 18 and FD. RGB value is (62,24,253). Sum of RGB (Red+Green+Blue) = 62+24+253=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #3E18FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E18FD is #C1E702. Grayscale: #3C3C3C. Windows color (decimal): -12707587 or 16586814. OLE color: 16586814.
HSL color Cylindrical-coordinate representation of color #3E18FD: hue angle of 249.96º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E18FD is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 24 | 253 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.01 |
| HSL | 249.96º | 0.98% | 0.54% | - |
| HSV(B) | 249.96º | 0.91% | 0.99% | - |
| XYZ | 20.04 | 8.77 | 93.56 | - |
| YUV | 61.47 | 236.09 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 253 | 0.75 | 0.91 | 0 | 0.01 | 249.96 | 0.98 | 0.54 |
| Hex | 3E | 18 | FD | 4B | 5B | 0 | 1 | FA | 62 | 36 |
| Octal | 76 | 30 | 375 | 113 | 133 | 0 | 1 | 372 | 142 | 66 |
| Binary | 111110 | 11000 | 11111101 | 1001011 | 1011011 | 0 | 1 | 11111010 | 1100010 | 110110 |
Color Harmonies of #3E18FD
Complementary color
Monochromatic Colors of #3E18FD
Black with #3E18FD
Text Example
Text Example
White with #3E18FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E18FD; }
p { color: rgb(62,24,253); }
H1.HeaderClassName
{
color: #3E18FD;
}
.AnyTagClassName
{
color: #3E18FD;
}
</style>
background-color css
<style>
a { background-color: #3E18FD; }
a { background-color: rgb(62,24,253); }
div.DivClassName
{
background-color: #3E18FD;
}
.BgClassName
{
background-color: #3E18FD;
}
</style>
border-color css
<style>
span { border-color: #3E18FD; }
span { border-color: rgb(62,24,253); }
td.TdClassName
{
border-color: #3E18FD;
}
.TagClassName
{
border-color: #3E18FD;
}
</style>