Shades of Han Purple #3F2FE5
Tints of Han Purple #3F2FE5
RGB
CMYK
RGB Variations
Color information
#3F2FE5 (or 0x3F2FE5) is known color: Han Purple. HEX triplet: 3F, 2F and E5. RGB value is (63,47,229). Sum of RGB (Red+Green+Blue) = 63+47+229=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 229 (89.84% from 255 or 67.55% from 339); Max value from RGB is 229 - color contains mainly: blue. Hex color #3F2FE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2FE5 is #C0D01A. Grayscale: #474747. Windows color (decimal): -12636187 or 15019839. OLE color: 15019839.
HSL color Cylindrical-coordinate representation of color #3F2FE5: hue angle of 245.27º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F2FE5 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 47 | 229 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.10 |
| HSL | 245.27º | 0.78% | 0.54% | - |
| HSV(B) | 245.27º | 0.79% | 0.9% | - |
| XYZ | 17.21 | 8.75 | 74.91 | - |
| YUV | 72.53 | 216.3 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 229 | 0.72 | 0.79 | 0 | 0.10 | 245.27 | 0.78 | 0.54 |
| Hex | 3F | 2F | E5 | 48 | 4F | 0 | A | F5 | 4E | 36 |
| Octal | 77 | 57 | 345 | 110 | 117 | 0 | 12 | 365 | 116 | 66 |
| Binary | 111111 | 101111 | 11100101 | 1001000 | 1001111 | 0 | 1010 | 11110101 | 1001110 | 110110 |
Color Harmonies of #3F2FE5
Complementary color
Monochromatic Colors of #3F2FE5
Black with #3F2FE5
Text Example
Text Example
White with #3F2FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2FE5; }
p { color: rgb(63,47,229); }
H1.HeaderClassName
{
color: #3F2FE5;
}
.AnyTagClassName
{
color: #3F2FE5;
}
</style>
background-color css
<style>
a { background-color: #3F2FE5; }
a { background-color: rgb(63,47,229); }
div.DivClassName
{
background-color: #3F2FE5;
}
.BgClassName
{
background-color: #3F2FE5;
}
</style>
border-color css
<style>
span { border-color: #3F2FE5; }
span { border-color: rgb(63,47,229); }
td.TdClassName
{
border-color: #3F2FE5;
}
.TagClassName
{
border-color: #3F2FE5;
}
</style>