Shades of Han Purple #3F13E0
Tints of Han Purple #3F13E0
RGB
CMYK
RGB Variations
Color information
#3F13E0 (or 0x3F13E0) is known color: Han Purple. HEX triplet: 3F, 13 and E0. RGB value is (63,19,224). Sum of RGB (Red+Green+Blue) = 63+19+224=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 224 (87.89% from 255 or 73.20% from 306); Max value from RGB is 224 - color contains mainly: blue. Hex color #3F13E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F13E0 is #C0EC1F. Grayscale: #363636. Windows color (decimal): -12643360 or 14684991. OLE color: 14684991.
HSL color Cylindrical-coordinate representation of color #3F13E0: hue angle of 252.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F13E0 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 19 | 224 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.12 |
| HSL | 252.88º | 0.84% | 0.48% | - |
| HSV(B) | 252.88º | 0.92% | 0.88% | - |
| XYZ | 15.74 | 6.9 | 71.02 | - |
| YUV | 55.53 | 223.08 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 224 | 0.72 | 0.92 | 0 | 0.12 | 252.88 | 0.84 | 0.48 |
| Hex | 3F | 13 | E0 | 48 | 5C | 0 | C | FD | 54 | 30 |
| Octal | 77 | 23 | 340 | 110 | 134 | 0 | 14 | 375 | 124 | 60 |
| Binary | 111111 | 10011 | 11100000 | 1001000 | 1011100 | 0 | 1100 | 11111101 | 1010100 | 110000 |
Color Harmonies of #3F13E0
Complementary color
Monochromatic Colors of #3F13E0
Black with #3F13E0
Text Example
Text Example
White with #3F13E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F13E0; }
p { color: rgb(63,19,224); }
H1.HeaderClassName
{
color: #3F13E0;
}
.AnyTagClassName
{
color: #3F13E0;
}
</style>
background-color css
<style>
a { background-color: #3F13E0; }
a { background-color: rgb(63,19,224); }
div.DivClassName
{
background-color: #3F13E0;
}
.BgClassName
{
background-color: #3F13E0;
}
</style>
border-color css
<style>
span { border-color: #3F13E0; }
span { border-color: rgb(63,19,224); }
td.TdClassName
{
border-color: #3F13E0;
}
.TagClassName
{
border-color: #3F13E0;
}
</style>