Shades of Han Purple #3F0DFA
Tints of Han Purple #3F0DFA
RGB
CMYK
RGB Variations
Color information
#3F0DFA (or 0x3F0DFA) is known color: Han Purple. HEX triplet: 3F, 0D and FA. RGB value is (63,13,250). Sum of RGB (Red+Green+Blue) = 63+13+250=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 250 (98.05% from 255 or 76.69% from 326); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F0DFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0DFA is #C0F205. Grayscale: #363636. Windows color (decimal): -12644870 or 16387391. OLE color: 16387391.
HSL color Cylindrical-coordinate representation of color #3F0DFA: hue angle of 252.66º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0DFA is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 13 | 250 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.02 |
| HSL | 252.66º | 0.96% | 0.52% | - |
| HSV(B) | 252.66º | 0.95% | 0.98% | - |
| XYZ | 19.45 | 8.25 | 91.01 | - |
| YUV | 54.97 | 238.07 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 250 | 0.75 | 0.95 | 0 | 0.02 | 252.66 | 0.96 | 0.52 |
| Hex | 3F | D | FA | 4B | 5F | 0 | 2 | FD | 60 | 34 |
| Octal | 77 | 15 | 372 | 113 | 137 | 0 | 2 | 375 | 140 | 64 |
| Binary | 111111 | 1101 | 11111010 | 1001011 | 1011111 | 0 | 10 | 11111101 | 1100000 | 110100 |
Color Harmonies of #3F0DFA
Complementary color
Monochromatic Colors of #3F0DFA
Black with #3F0DFA
Text Example
Text Example
White with #3F0DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0DFA; }
p { color: rgb(63,13,250); }
H1.HeaderClassName
{
color: #3F0DFA;
}
.AnyTagClassName
{
color: #3F0DFA;
}
</style>
background-color css
<style>
a { background-color: #3F0DFA; }
a { background-color: rgb(63,13,250); }
div.DivClassName
{
background-color: #3F0DFA;
}
.BgClassName
{
background-color: #3F0DFA;
}
</style>
border-color css
<style>
span { border-color: #3F0DFA; }
span { border-color: rgb(63,13,250); }
td.TdClassName
{
border-color: #3F0DFA;
}
.TagClassName
{
border-color: #3F0DFA;
}
</style>