Shades of Han Purple #3F31E4
Tints of Han Purple #3F31E4
RGB
CMYK
RGB Variations
Color information
#3F31E4 (or 0x3F31E4) is known color: Han Purple. HEX triplet: 3F, 31 and E4. RGB value is (63,49,228). Sum of RGB (Red+Green+Blue) = 63+49+228=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 228 (89.45% from 255 or 67.06% from 340); Max value from RGB is 228 - color contains mainly: blue. Hex color #3F31E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F31E4 is #C0CE1B. Grayscale: #484848. Windows color (decimal): -12635676 or 14954815. OLE color: 14954815.
HSL color Cylindrical-coordinate representation of color #3F31E4: hue angle of 244.69º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F31E4 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 49 | 228 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.11 |
| HSL | 244.69º | 0.77% | 0.54% | - |
| HSV(B) | 244.69º | 0.79% | 0.89% | - |
| XYZ | 17.15 | 8.85 | 74.2 | - |
| YUV | 73.59 | 215.14 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 228 | 0.72 | 0.79 | 0 | 0.11 | 244.69 | 0.77 | 0.54 |
| Hex | 3F | 31 | E4 | 48 | 4F | 0 | B | F5 | 4D | 36 |
| Octal | 77 | 61 | 344 | 110 | 117 | 0 | 13 | 365 | 115 | 66 |
| Binary | 111111 | 110001 | 11100100 | 1001000 | 1001111 | 0 | 1011 | 11110101 | 1001101 | 110110 |
Color Harmonies of #3F31E4
Complementary color
Monochromatic Colors of #3F31E4
Black with #3F31E4
Text Example
Text Example
White with #3F31E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F31E4; }
p { color: rgb(63,49,228); }
H1.HeaderClassName
{
color: #3F31E4;
}
.AnyTagClassName
{
color: #3F31E4;
}
</style>
background-color css
<style>
a { background-color: #3F31E4; }
a { background-color: rgb(63,49,228); }
div.DivClassName
{
background-color: #3F31E4;
}
.BgClassName
{
background-color: #3F31E4;
}
</style>
border-color css
<style>
span { border-color: #3F31E4; }
span { border-color: rgb(63,49,228); }
td.TdClassName
{
border-color: #3F31E4;
}
.TagClassName
{
border-color: #3F31E4;
}
</style>