Shades of Han Purple #3F2EDE
Tints of Han Purple #3F2EDE
RGB
CMYK
RGB Variations
Color information
#3F2EDE (or 0x3F2EDE) is known color: Han Purple. HEX triplet: 3F, 2E and DE. RGB value is (63,46,222). Sum of RGB (Red+Green+Blue) = 63+46+222=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F2EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2EDE is #C0D121. Grayscale: #464646. Windows color (decimal): -12636450 or 14560831. OLE color: 14560831.
HSL color Cylindrical-coordinate representation of color #3F2EDE: hue angle of 245.8º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F2EDE is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 46 | 222 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.13 |
| HSL | 245.8º | 0.73% | 0.53% | - |
| HSV(B) | 245.8º | 0.79% | 0.87% | - |
| XYZ | 16.21 | 8.28 | 69.85 | - |
| YUV | 71.15 | 213.13 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 222 | 0.72 | 0.79 | 0 | 0.13 | 245.8 | 0.73 | 0.53 |
| Hex | 3F | 2E | DE | 48 | 4F | 0 | D | F6 | 49 | 35 |
| Octal | 77 | 56 | 336 | 110 | 117 | 0 | 15 | 366 | 111 | 65 |
| Binary | 111111 | 101110 | 11011110 | 1001000 | 1001111 | 0 | 1101 | 11110110 | 1001001 | 110101 |
Color Harmonies of #3F2EDE
Complementary color
Monochromatic Colors of #3F2EDE
Black with #3F2EDE
Text Example
Text Example
White with #3F2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2EDE; }
p { color: rgb(63,46,222); }
H1.HeaderClassName
{
color: #3F2EDE;
}
.AnyTagClassName
{
color: #3F2EDE;
}
</style>
background-color css
<style>
a { background-color: #3F2EDE; }
a { background-color: rgb(63,46,222); }
div.DivClassName
{
background-color: #3F2EDE;
}
.BgClassName
{
background-color: #3F2EDE;
}
</style>
border-color css
<style>
span { border-color: #3F2EDE; }
span { border-color: rgb(63,46,222); }
td.TdClassName
{
border-color: #3F2EDE;
}
.TagClassName
{
border-color: #3F2EDE;
}
</style>