Shades of Han Purple #3F19EE
Tints of Han Purple #3F19EE
RGB
CMYK
RGB Variations
Color information
#3F19EE (or 0x3F19EE) is known color: Han Purple. HEX triplet: 3F, 19 and EE. RGB value is (63,25,238). Sum of RGB (Red+Green+Blue) = 63+25+238=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 238 (93.36% from 255 or 73.01% from 326); Max value from RGB is 238 - color contains mainly: blue. Hex color #3F19EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F19EE is #C0E611. Grayscale: #3B3B3B. Windows color (decimal): -12641810 or 15604031. OLE color: 15604031.
HSL color Cylindrical-coordinate representation of color #3F19EE: hue angle of 250.7º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F19EE is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 25 | 238 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.07 |
| HSL | 250.7º | 0.86% | 0.52% | - |
| HSV(B) | 250.7º | 0.89% | 0.93% | - |
| XYZ | 17.83 | 7.93 | 81.48 | - |
| YUV | 60.64 | 228.09 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 238 | 0.74 | 0.89 | 0 | 0.07 | 250.7 | 0.86 | 0.52 |
| Hex | 3F | 19 | EE | 4A | 59 | 0 | 7 | FB | 56 | 34 |
| Octal | 77 | 31 | 356 | 112 | 131 | 0 | 7 | 373 | 126 | 64 |
| Binary | 111111 | 11001 | 11101110 | 1001010 | 1011001 | 0 | 111 | 11111011 | 1010110 | 110100 |
Color Harmonies of #3F19EE
Complementary color
Monochromatic Colors of #3F19EE
Black with #3F19EE
Text Example
Text Example
White with #3F19EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F19EE; }
p { color: rgb(63,25,238); }
H1.HeaderClassName
{
color: #3F19EE;
}
.AnyTagClassName
{
color: #3F19EE;
}
</style>
background-color css
<style>
a { background-color: #3F19EE; }
a { background-color: rgb(63,25,238); }
div.DivClassName
{
background-color: #3F19EE;
}
.BgClassName
{
background-color: #3F19EE;
}
</style>
border-color css
<style>
span { border-color: #3F19EE; }
span { border-color: rgb(63,25,238); }
td.TdClassName
{
border-color: #3F19EE;
}
.TagClassName
{
border-color: #3F19EE;
}
</style>