Shades of Han Purple #3F2ADE
Tints of Han Purple #3F2ADE
RGB
CMYK
RGB Variations
Color information
#3F2ADE (or 0x3F2ADE) is known color: Han Purple. HEX triplet: 3F, 2A and DE. RGB value is (63,42,222). Sum of RGB (Red+Green+Blue) = 63+42+222=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 222 (87.11% from 255 or 67.89% from 327); Max value from RGB is 222 - color contains mainly: blue. Hex color #3F2ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2ADE is #C0D521. Grayscale: #444444. Windows color (decimal): -12637474 or 14559807. OLE color: 14559807.
HSL color Cylindrical-coordinate representation of color #3F2ADE: hue angle of 247º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F2ADE is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 42 | 222 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.13 |
| HSL | 247º | 0.73% | 0.52% | - |
| HSV(B) | 247º | 0.81% | 0.87% | - |
| XYZ | 16.06 | 7.99 | 69.8 | - |
| YUV | 68.8 | 214.46 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 222 | 0.72 | 0.81 | 0 | 0.13 | 247 | 0.73 | 0.52 |
| Hex | 3F | 2A | DE | 48 | 51 | 0 | D | F7 | 49 | 34 |
| Octal | 77 | 52 | 336 | 110 | 121 | 0 | 15 | 367 | 111 | 64 |
| Binary | 111111 | 101010 | 11011110 | 1001000 | 1010001 | 0 | 1101 | 11110111 | 1001001 | 110100 |
Color Harmonies of #3F2ADE
Complementary color
Monochromatic Colors of #3F2ADE
Black with #3F2ADE
Text Example
Text Example
White with #3F2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2ADE; }
p { color: rgb(63,42,222); }
H1.HeaderClassName
{
color: #3F2ADE;
}
.AnyTagClassName
{
color: #3F2ADE;
}
</style>
background-color css
<style>
a { background-color: #3F2ADE; }
a { background-color: rgb(63,42,222); }
div.DivClassName
{
background-color: #3F2ADE;
}
.BgClassName
{
background-color: #3F2ADE;
}
</style>
border-color css
<style>
span { border-color: #3F2ADE; }
span { border-color: rgb(63,42,222); }
td.TdClassName
{
border-color: #3F2ADE;
}
.TagClassName
{
border-color: #3F2ADE;
}
</style>