Shades of Han Purple #3F0BFA
Tints of Han Purple #3F0BFA
RGB
CMYK
RGB Variations
Color information
#3F0BFA (or 0x3F0BFA) is known color: Han Purple. HEX triplet: 3F, 0B and FA. RGB value is (63,11,250). Sum of RGB (Red+Green+Blue) = 63+11+250=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 250 (98.05% from 255 or 77.16% from 324); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F0BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F0BFA is #C0F405. Grayscale: #343434. Windows color (decimal): -12645382 or 16386879. OLE color: 16386879.
HSL color Cylindrical-coordinate representation of color #3F0BFA: hue angle of 253.05º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F0BFA is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 11 | 250 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.02 |
| HSL | 253.05º | 0.96% | 0.51% | - |
| HSV(B) | 253.05º | 0.96% | 0.98% | - |
| XYZ | 19.42 | 8.2 | 91 | - |
| YUV | 53.79 | 238.73 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 250 | 0.75 | 0.96 | 0 | 0.02 | 253.05 | 0.96 | 0.51 |
| Hex | 3F | B | FA | 4B | 60 | 0 | 2 | FD | 60 | 33 |
| Octal | 77 | 13 | 372 | 113 | 140 | 0 | 2 | 375 | 140 | 63 |
| Binary | 111111 | 1011 | 11111010 | 1001011 | 1100000 | 0 | 10 | 11111101 | 1100000 | 110011 |
Color Harmonies of #3F0BFA
Complementary color
Monochromatic Colors of #3F0BFA
Black with #3F0BFA
Text Example
Text Example
White with #3F0BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0BFA; }
p { color: rgb(63,11,250); }
H1.HeaderClassName
{
color: #3F0BFA;
}
.AnyTagClassName
{
color: #3F0BFA;
}
</style>
background-color css
<style>
a { background-color: #3F0BFA; }
a { background-color: rgb(63,11,250); }
div.DivClassName
{
background-color: #3F0BFA;
}
.BgClassName
{
background-color: #3F0BFA;
}
</style>
border-color css
<style>
span { border-color: #3F0BFA; }
span { border-color: rgb(63,11,250); }
td.TdClassName
{
border-color: #3F0BFA;
}
.TagClassName
{
border-color: #3F0BFA;
}
</style>