Shades of Han Purple #3F2CE5
Tints of Han Purple #3F2CE5
RGB
CMYK
RGB Variations
Color information
#3F2CE5 (or 0x3F2CE5) is known color: Han Purple. HEX triplet: 3F, 2C and E5. RGB value is (63,44,229). Sum of RGB (Red+Green+Blue) = 63+44+229=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 229 (89.84% from 255 or 68.15% from 336); Max value from RGB is 229 - color contains mainly: blue. Hex color #3F2CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2CE5 is #C0D31A. Grayscale: #464646. Windows color (decimal): -12636955 or 15019071. OLE color: 15019071.
HSL color Cylindrical-coordinate representation of color #3F2CE5: hue angle of 246.16º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F2CE5 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 44 | 229 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.10 |
| HSL | 246.16º | 0.78% | 0.54% | - |
| HSV(B) | 246.16º | 0.81% | 0.9% | - |
| XYZ | 17.09 | 8.52 | 74.87 | - |
| YUV | 70.77 | 217.29 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 44 | 229 | 0.72 | 0.81 | 0 | 0.10 | 246.16 | 0.78 | 0.54 |
| Hex | 3F | 2C | E5 | 48 | 51 | 0 | A | F6 | 4E | 36 |
| Octal | 77 | 54 | 345 | 110 | 121 | 0 | 12 | 366 | 116 | 66 |
| Binary | 111111 | 101100 | 11100101 | 1001000 | 1010001 | 0 | 1010 | 11110110 | 1001110 | 110110 |
Color Harmonies of #3F2CE5
Complementary color
Monochromatic Colors of #3F2CE5
Black with #3F2CE5
Text Example
Text Example
White with #3F2CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2CE5; }
p { color: rgb(63,44,229); }
H1.HeaderClassName
{
color: #3F2CE5;
}
.AnyTagClassName
{
color: #3F2CE5;
}
</style>
background-color css
<style>
a { background-color: #3F2CE5; }
a { background-color: rgb(63,44,229); }
div.DivClassName
{
background-color: #3F2CE5;
}
.BgClassName
{
background-color: #3F2CE5;
}
</style>
border-color css
<style>
span { border-color: #3F2CE5; }
span { border-color: rgb(63,44,229); }
td.TdClassName
{
border-color: #3F2CE5;
}
.TagClassName
{
border-color: #3F2CE5;
}
</style>