Shades of Han Purple #3F1AFB
Tints of Han Purple #3F1AFB
RGB
CMYK
RGB Variations
Color information
#3F1AFB (or 0x3F1AFB) is known color: Han Purple. HEX triplet: 3F, 1A and FB. RGB value is (63,26,251). Sum of RGB (Red+Green+Blue) = 63+26+251=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #3F1AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1AFB is #C0E504. Grayscale: #3D3D3D. Windows color (decimal): -12641541 or 16456255. OLE color: 16456255.
HSL color Cylindrical-coordinate representation of color #3F1AFB: hue angle of 249.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F1AFB is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 26 | 251 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.02 |
| HSL | 249.87º | 0.97% | 0.54% | - |
| HSV(B) | 249.87º | 0.9% | 0.98% | - |
| XYZ | 19.83 | 8.76 | 91.91 | - |
| YUV | 62.71 | 234.26 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 26 | 251 | 0.75 | 0.90 | 0 | 0.02 | 249.87 | 0.97 | 0.54 |
| Hex | 3F | 1A | FB | 4B | 5A | 0 | 2 | FA | 61 | 36 |
| Octal | 77 | 32 | 373 | 113 | 132 | 0 | 2 | 372 | 141 | 66 |
| Binary | 111111 | 11010 | 11111011 | 1001011 | 1011010 | 0 | 10 | 11111010 | 1100001 | 110110 |
Color Harmonies of #3F1AFB
Complementary color
Monochromatic Colors of #3F1AFB
Black with #3F1AFB
Text Example
Text Example
White with #3F1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1AFB; }
p { color: rgb(63,26,251); }
H1.HeaderClassName
{
color: #3F1AFB;
}
.AnyTagClassName
{
color: #3F1AFB;
}
</style>
background-color css
<style>
a { background-color: #3F1AFB; }
a { background-color: rgb(63,26,251); }
div.DivClassName
{
background-color: #3F1AFB;
}
.BgClassName
{
background-color: #3F1AFB;
}
</style>
border-color css
<style>
span { border-color: #3F1AFB; }
span { border-color: rgb(63,26,251); }
td.TdClassName
{
border-color: #3F1AFB;
}
.TagClassName
{
border-color: #3F1AFB;
}
</style>