Shades of Han Purple #3F30E1
Tints of Han Purple #3F30E1
RGB
CMYK
RGB Variations
Color information
#3F30E1 (or 0x3F30E1) is known color: Han Purple. HEX triplet: 3F, 30 and E1. RGB value is (63,48,225). Sum of RGB (Red+Green+Blue) = 63+48+225=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 225 (88.28% from 255 or 66.96% from 336); Max value from RGB is 225 - color contains mainly: blue. Hex color #3F30E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F30E1 is #C0CF1E. Grayscale: #474747. Windows color (decimal): -12635935 or 14757951. OLE color: 14757951.
HSL color Cylindrical-coordinate representation of color #3F30E1: hue angle of 245.08º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F30E1 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 48 | 225 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.12 |
| HSL | 245.08º | 0.75% | 0.54% | - |
| HSV(B) | 245.08º | 0.79% | 0.88% | - |
| XYZ | 16.7 | 8.61 | 72.02 | - |
| YUV | 72.66 | 213.97 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 225 | 0.72 | 0.79 | 0 | 0.12 | 245.08 | 0.75 | 0.54 |
| Hex | 3F | 30 | E1 | 48 | 4F | 0 | C | F5 | 4B | 36 |
| Octal | 77 | 60 | 341 | 110 | 117 | 0 | 14 | 365 | 113 | 66 |
| Binary | 111111 | 110000 | 11100001 | 1001000 | 1001111 | 0 | 1100 | 11110101 | 1001011 | 110110 |
Color Harmonies of #3F30E1
Complementary color
Monochromatic Colors of #3F30E1
Black with #3F30E1
Text Example
Text Example
White with #3F30E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F30E1; }
p { color: rgb(63,48,225); }
H1.HeaderClassName
{
color: #3F30E1;
}
.AnyTagClassName
{
color: #3F30E1;
}
</style>
background-color css
<style>
a { background-color: #3F30E1; }
a { background-color: rgb(63,48,225); }
div.DivClassName
{
background-color: #3F30E1;
}
.BgClassName
{
background-color: #3F30E1;
}
</style>
border-color css
<style>
span { border-color: #3F30E1; }
span { border-color: rgb(63,48,225); }
td.TdClassName
{
border-color: #3F30E1;
}
.TagClassName
{
border-color: #3F30E1;
}
</style>