Shades of Han Purple #3F12E0
Tints of Han Purple #3F12E0
RGB
CMYK
RGB Variations
Color information
#3F12E0 (or 0x3F12E0) is known color: Han Purple. HEX triplet: 3F, 12 and E0. RGB value is (63,18,224). Sum of RGB (Red+Green+Blue) = 63+18+224=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 224 (87.89% from 255 or 73.44% from 305); Max value from RGB is 224 - color contains mainly: blue. Hex color #3F12E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F12E0 is #C0ED1F. Grayscale: #363636. Windows color (decimal): -12643616 or 14684735. OLE color: 14684735.
HSL color Cylindrical-coordinate representation of color #3F12E0: hue angle of 253.11º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F12E0 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 18 | 224 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.12 |
| HSL | 253.11º | 0.85% | 0.47% | - |
| HSV(B) | 253.11º | 0.92% | 0.88% | - |
| XYZ | 15.72 | 6.87 | 71.02 | - |
| YUV | 54.94 | 223.41 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 224 | 0.72 | 0.92 | 0 | 0.12 | 253.11 | 0.85 | 0.47 |
| Hex | 3F | 12 | E0 | 48 | 5C | 0 | C | FD | 55 | 2F |
| Octal | 77 | 22 | 340 | 110 | 134 | 0 | 14 | 375 | 125 | 57 |
| Binary | 111111 | 10010 | 11100000 | 1001000 | 1011100 | 0 | 1100 | 11111101 | 1010101 | 101111 |
Color Harmonies of #3F12E0
Complementary color
Monochromatic Colors of #3F12E0
Black with #3F12E0
Text Example
Text Example
White with #3F12E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F12E0; }
p { color: rgb(63,18,224); }
H1.HeaderClassName
{
color: #3F12E0;
}
.AnyTagClassName
{
color: #3F12E0;
}
</style>
background-color css
<style>
a { background-color: #3F12E0; }
a { background-color: rgb(63,18,224); }
div.DivClassName
{
background-color: #3F12E0;
}
.BgClassName
{
background-color: #3F12E0;
}
</style>
border-color css
<style>
span { border-color: #3F12E0; }
span { border-color: rgb(63,18,224); }
td.TdClassName
{
border-color: #3F12E0;
}
.TagClassName
{
border-color: #3F12E0;
}
</style>