Shades of Han Purple #3F18E8
Tints of Han Purple #3F18E8
RGB
CMYK
RGB Variations
Color information
#3F18E8 (or 0x3F18E8) is known color: Han Purple. HEX triplet: 3F, 18 and E8. RGB value is (63,24,232). Sum of RGB (Red+Green+Blue) = 63+24+232=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 232 (91.02% from 255 or 72.73% from 319); Max value from RGB is 232 - color contains mainly: blue. Hex color #3F18E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F18E8 is #C0E717. Grayscale: #3A3A3A. Windows color (decimal): -12642072 or 15210559. OLE color: 15210559.
HSL color Cylindrical-coordinate representation of color #3F18E8: hue angle of 251.25º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F18E8 is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 24 | 232 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.09 |
| HSL | 251.25º | 0.82% | 0.5% | - |
| HSV(B) | 251.25º | 0.9% | 0.91% | - |
| XYZ | 16.94 | 7.54 | 76.91 | - |
| YUV | 59.37 | 225.42 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 232 | 0.73 | 0.90 | 0 | 0.09 | 251.25 | 0.82 | 0.5 |
| Hex | 3F | 18 | E8 | 49 | 5A | 0 | 9 | FB | 52 | 32 |
| Octal | 77 | 30 | 350 | 111 | 132 | 0 | 11 | 373 | 122 | 62 |
| Binary | 111111 | 11000 | 11101000 | 1001001 | 1011010 | 0 | 1001 | 11111011 | 1010010 | 110010 |
Color Harmonies of #3F18E8
Complementary color
Monochromatic Colors of #3F18E8
Black with #3F18E8
Text Example
Text Example
White with #3F18E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F18E8; }
p { color: rgb(63,24,232); }
H1.HeaderClassName
{
color: #3F18E8;
}
.AnyTagClassName
{
color: #3F18E8;
}
</style>
background-color css
<style>
a { background-color: #3F18E8; }
a { background-color: rgb(63,24,232); }
div.DivClassName
{
background-color: #3F18E8;
}
.BgClassName
{
background-color: #3F18E8;
}
</style>
border-color css
<style>
span { border-color: #3F18E8; }
span { border-color: rgb(63,24,232); }
td.TdClassName
{
border-color: #3F18E8;
}
.TagClassName
{
border-color: #3F18E8;
}
</style>