Shades of Han Purple #3F18ED
Tints of Han Purple #3F18ED
RGB
CMYK
RGB Variations
Color information
#3F18ED (or 0x3F18ED) is known color: Han Purple. HEX triplet: 3F, 18 and ED. RGB value is (63,24,237). Sum of RGB (Red+Green+Blue) = 63+24+237=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 237 (92.97% from 255 or 73.15% from 324); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F18ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F18ED is #C0E712. Grayscale: #3B3B3B. Windows color (decimal): -12642067 or 15538239. OLE color: 15538239.
HSL color Cylindrical-coordinate representation of color #3F18ED: hue angle of 250.99º 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 #3F18ED is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 24 | 237 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.07 |
| HSL | 250.99º | 0.86% | 0.51% | - |
| HSV(B) | 250.99º | 0.9% | 0.93% | - |
| XYZ | 17.66 | 7.82 | 80.7 | - |
| YUV | 59.94 | 227.92 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 237 | 0.73 | 0.90 | 0 | 0.07 | 250.99 | 0.86 | 0.51 |
| Hex | 3F | 18 | ED | 49 | 5A | 0 | 7 | FB | 56 | 33 |
| Octal | 77 | 30 | 355 | 111 | 132 | 0 | 7 | 373 | 126 | 63 |
| Binary | 111111 | 11000 | 11101101 | 1001001 | 1011010 | 0 | 111 | 11111011 | 1010110 | 110011 |
Color Harmonies of #3F18ED
Complementary color
Monochromatic Colors of #3F18ED
Black with #3F18ED
Text Example
Text Example
White with #3F18ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F18ED; }
p { color: rgb(63,24,237); }
H1.HeaderClassName
{
color: #3F18ED;
}
.AnyTagClassName
{
color: #3F18ED;
}
</style>
background-color css
<style>
a { background-color: #3F18ED; }
a { background-color: rgb(63,24,237); }
div.DivClassName
{
background-color: #3F18ED;
}
.BgClassName
{
background-color: #3F18ED;
}
</style>
border-color css
<style>
span { border-color: #3F18ED; }
span { border-color: rgb(63,24,237); }
td.TdClassName
{
border-color: #3F18ED;
}
.TagClassName
{
border-color: #3F18ED;
}
</style>