Shades of Han Purple #3F31E2
Tints of Han Purple #3F31E2
RGB
CMYK
RGB Variations
Color information
#3F31E2 (or 0x3F31E2) is known color: Han Purple. HEX triplet: 3F, 31 and E2. RGB value is (63,49,226). Sum of RGB (Red+Green+Blue) = 63+49+226=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 226 (88.67% from 255 or 66.86% from 338); Max value from RGB is 226 - color contains mainly: blue. Hex color #3F31E2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F31E2 is #C0CE1D. Grayscale: #484848. Windows color (decimal): -12635678 or 14823743. OLE color: 14823743.
HSL color Cylindrical-coordinate representation of color #3F31E2: hue angle of 244.75º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F31E2 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 49 | 226 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.11 |
| HSL | 244.75º | 0.75% | 0.54% | - |
| HSV(B) | 244.75º | 0.78% | 0.89% | - |
| XYZ | 16.88 | 8.74 | 72.75 | - |
| YUV | 73.36 | 214.14 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 226 | 0.72 | 0.78 | 0 | 0.11 | 244.75 | 0.75 | 0.54 |
| Hex | 3F | 31 | E2 | 48 | 4E | 0 | B | F5 | 4B | 36 |
| Octal | 77 | 61 | 342 | 110 | 116 | 0 | 13 | 365 | 113 | 66 |
| Binary | 111111 | 110001 | 11100010 | 1001000 | 1001110 | 0 | 1011 | 11110101 | 1001011 | 110110 |
Color Harmonies of #3F31E2
Complementary color
Monochromatic Colors of #3F31E2
Black with #3F31E2
Text Example
Text Example
White with #3F31E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F31E2; }
p { color: rgb(63,49,226); }
H1.HeaderClassName
{
color: #3F31E2;
}
.AnyTagClassName
{
color: #3F31E2;
}
</style>
background-color css
<style>
a { background-color: #3F31E2; }
a { background-color: rgb(63,49,226); }
div.DivClassName
{
background-color: #3F31E2;
}
.BgClassName
{
background-color: #3F31E2;
}
</style>
border-color css
<style>
span { border-color: #3F31E2; }
span { border-color: rgb(63,49,226); }
td.TdClassName
{
border-color: #3F31E2;
}
.TagClassName
{
border-color: #3F31E2;
}
</style>