Shades of Han Purple #3F17EE
Tints of Han Purple #3F17EE
RGB
CMYK
RGB Variations
Color information
#3F17EE (or 0x3F17EE) is known color: Han Purple. HEX triplet: 3F, 17 and EE. RGB value is (63,23,238). Sum of RGB (Red+Green+Blue) = 63+23+238=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 238 (93.36% from 255 or 73.46% from 324); Max value from RGB is 238 - color contains mainly: blue. Hex color #3F17EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F17EE is #C0E811. Grayscale: #3A3A3A. Windows color (decimal): -12642322 or 15603519. OLE color: 15603519.
HSL color Cylindrical-coordinate representation of color #3F17EE: hue angle of 251.16º 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 #3F17EE is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 23 | 238 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.07 |
| HSL | 251.16º | 0.86% | 0.51% | - |
| HSV(B) | 251.16º | 0.9% | 0.93% | - |
| XYZ | 17.79 | 7.84 | 81.47 | - |
| YUV | 59.47 | 228.75 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 238 | 0.74 | 0.90 | 0 | 0.07 | 251.16 | 0.86 | 0.51 |
| Hex | 3F | 17 | EE | 4A | 5A | 0 | 7 | FB | 56 | 33 |
| Octal | 77 | 27 | 356 | 112 | 132 | 0 | 7 | 373 | 126 | 63 |
| Binary | 111111 | 10111 | 11101110 | 1001010 | 1011010 | 0 | 111 | 11111011 | 1010110 | 110011 |
Color Harmonies of #3F17EE
Complementary color
Monochromatic Colors of #3F17EE
Black with #3F17EE
Text Example
Text Example
White with #3F17EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F17EE; }
p { color: rgb(63,23,238); }
H1.HeaderClassName
{
color: #3F17EE;
}
.AnyTagClassName
{
color: #3F17EE;
}
</style>
background-color css
<style>
a { background-color: #3F17EE; }
a { background-color: rgb(63,23,238); }
div.DivClassName
{
background-color: #3F17EE;
}
.BgClassName
{
background-color: #3F17EE;
}
</style>
border-color css
<style>
span { border-color: #3F17EE; }
span { border-color: rgb(63,23,238); }
td.TdClassName
{
border-color: #3F17EE;
}
.TagClassName
{
border-color: #3F17EE;
}
</style>