Shades of Han Purple #3F1EDE
Tints of Han Purple #3F1EDE
RGB
CMYK
RGB Variations
Color information
#3F1EDE (or 0x3F1EDE) is known color: Han Purple. HEX triplet: 3F, 1E and DE. RGB value is (63,30,222). Sum of RGB (Red+Green+Blue) = 63+30+222=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 222 (87.11% from 255 or 70.48% from 315); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F1EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1EDE is #C0E121. Grayscale: #3D3D3D. Windows color (decimal): -12640546 or 14556735. OLE color: 14556735.
HSL color Cylindrical-coordinate representation of color #3F1EDE: hue angle of 250.31º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F1EDE is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 30 | 222 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.13 |
| HSL | 250.31º | 0.76% | 0.49% | - |
| HSV(B) | 250.31º | 0.86% | 0.87% | - |
| XYZ | 15.7 | 7.26 | 69.68 | - |
| YUV | 61.76 | 218.43 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 30 | 222 | 0.72 | 0.86 | 0 | 0.13 | 250.31 | 0.76 | 0.49 |
| Hex | 3F | 1E | DE | 48 | 56 | 0 | D | FA | 4C | 31 |
| Octal | 77 | 36 | 336 | 110 | 126 | 0 | 15 | 372 | 114 | 61 |
| Binary | 111111 | 11110 | 11011110 | 1001000 | 1010110 | 0 | 1101 | 11111010 | 1001100 | 110001 |
Color Harmonies of #3F1EDE
Complementary color
Monochromatic Colors of #3F1EDE
Black with #3F1EDE
Text Example
Text Example
White with #3F1EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1EDE; }
p { color: rgb(63,30,222); }
H1.HeaderClassName
{
color: #3F1EDE;
}
.AnyTagClassName
{
color: #3F1EDE;
}
</style>
background-color css
<style>
a { background-color: #3F1EDE; }
a { background-color: rgb(63,30,222); }
div.DivClassName
{
background-color: #3F1EDE;
}
.BgClassName
{
background-color: #3F1EDE;
}
</style>
border-color css
<style>
span { border-color: #3F1EDE; }
span { border-color: rgb(63,30,222); }
td.TdClassName
{
border-color: #3F1EDE;
}
.TagClassName
{
border-color: #3F1EDE;
}
</style>