Shades of Han Purple #3F2FE1
Tints of Han Purple #3F2FE1
RGB
CMYK
RGB Variations
Color information
#3F2FE1 (or 0x3F2FE1) is known color: Han Purple. HEX triplet: 3F, 2F and E1. RGB value is (63,47,225). Sum of RGB (Red+Green+Blue) = 63+47+225=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 225 (88.28% from 255 or 67.16% from 335); Max value from RGB is 225 - color contains mainly: blue. Hex color #3F2FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2FE1 is #C0D01E. Grayscale: #474747. Windows color (decimal): -12636191 or 14757695. OLE color: 14757695.
HSL color Cylindrical-coordinate representation of color #3F2FE1: hue angle of 245.39º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F2FE1 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 47 | 225 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.12 |
| HSL | 245.39º | 0.75% | 0.53% | - |
| HSV(B) | 245.39º | 0.79% | 0.88% | - |
| XYZ | 16.66 | 8.53 | 72 | - |
| YUV | 72.08 | 214.3 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 225 | 0.72 | 0.79 | 0 | 0.12 | 245.39 | 0.75 | 0.53 |
| Hex | 3F | 2F | E1 | 48 | 4F | 0 | C | F5 | 4B | 35 |
| Octal | 77 | 57 | 341 | 110 | 117 | 0 | 14 | 365 | 113 | 65 |
| Binary | 111111 | 101111 | 11100001 | 1001000 | 1001111 | 0 | 1100 | 11110101 | 1001011 | 110101 |
Color Harmonies of #3F2FE1
Complementary color
Monochromatic Colors of #3F2FE1
Black with #3F2FE1
Text Example
Text Example
White with #3F2FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2FE1; }
p { color: rgb(63,47,225); }
H1.HeaderClassName
{
color: #3F2FE1;
}
.AnyTagClassName
{
color: #3F2FE1;
}
</style>
background-color css
<style>
a { background-color: #3F2FE1; }
a { background-color: rgb(63,47,225); }
div.DivClassName
{
background-color: #3F2FE1;
}
.BgClassName
{
background-color: #3F2FE1;
}
</style>
border-color css
<style>
span { border-color: #3F2FE1; }
span { border-color: rgb(63,47,225); }
td.TdClassName
{
border-color: #3F2FE1;
}
.TagClassName
{
border-color: #3F2FE1;
}
</style>