Shades of Han Purple #3F18EE
Tints of Han Purple #3F18EE
RGB
CMYK
RGB Variations
Color information
#3F18EE (or 0x3F18EE) is known color: Han Purple. HEX triplet: 3F, 18 and EE. RGB value is (63,24,238). Sum of RGB (Red+Green+Blue) = 63+24+238=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 238 (93.36% from 255 or 73.23% from 325); Max value from RGB is 238 - color contains mainly: blue. Hex color #3F18EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F18EE is #C0E711. Grayscale: #3B3B3B. Windows color (decimal): -12642066 or 15603775. OLE color: 15603775.
HSL color Cylindrical-coordinate representation of color #3F18EE: hue angle of 250.93º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F18EE is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 24 | 238 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.07 |
| HSL | 250.93º | 0.86% | 0.51% | - |
| HSV(B) | 250.93º | 0.9% | 0.93% | - |
| XYZ | 17.81 | 7.88 | 81.47 | - |
| YUV | 60.06 | 228.42 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 238 | 0.74 | 0.90 | 0 | 0.07 | 250.93 | 0.86 | 0.51 |
| Hex | 3F | 18 | EE | 4A | 5A | 0 | 7 | FB | 56 | 33 |
| Octal | 77 | 30 | 356 | 112 | 132 | 0 | 7 | 373 | 126 | 63 |
| Binary | 111111 | 11000 | 11101110 | 1001010 | 1011010 | 0 | 111 | 11111011 | 1010110 | 110011 |
Color Harmonies of #3F18EE
Complementary color
Monochromatic Colors of #3F18EE
Black with #3F18EE
Text Example
Text Example
White with #3F18EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F18EE; }
p { color: rgb(63,24,238); }
H1.HeaderClassName
{
color: #3F18EE;
}
.AnyTagClassName
{
color: #3F18EE;
}
</style>
background-color css
<style>
a { background-color: #3F18EE; }
a { background-color: rgb(63,24,238); }
div.DivClassName
{
background-color: #3F18EE;
}
.BgClassName
{
background-color: #3F18EE;
}
</style>
border-color css
<style>
span { border-color: #3F18EE; }
span { border-color: rgb(63,24,238); }
td.TdClassName
{
border-color: #3F18EE;
}
.TagClassName
{
border-color: #3F18EE;
}
</style>