Shades of Han Purple #3B1FFB
Tints of Han Purple #3B1FFB
RGB
CMYK
RGB Variations
Color information
#3B1FFB (or 0x3B1FFB) is known color: Han Purple. HEX triplet: 3B, 1F and FB. RGB value is (59,31,251). Sum of RGB (Red+Green+Blue) = 59+31+251=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #3B1FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B1FFB is #C4E004. Grayscale: #3F3F3F. Windows color (decimal): -12902405 or 16457531. OLE color: 16457531.
HSL color Cylindrical-coordinate representation of color #3B1FFB: hue angle of 247.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B1FFB is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 31 | 251 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.02 |
| HSL | 247.64º | 0.96% | 0.55% | - |
| HSV(B) | 247.64º | 0.88% | 0.98% | - |
| XYZ | 19.71 | 8.87 | 91.94 | - |
| YUV | 64.45 | 233.28 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 251 | 0.76 | 0.88 | 0 | 0.02 | 247.64 | 0.96 | 0.55 |
| Hex | 3B | 1F | FB | 4C | 58 | 0 | 2 | F8 | 60 | 37 |
| Octal | 73 | 37 | 373 | 114 | 130 | 0 | 2 | 370 | 140 | 67 |
| Binary | 111011 | 11111 | 11111011 | 1001100 | 1011000 | 0 | 10 | 11111000 | 1100000 | 110111 |
Color Harmonies of #3B1FFB
Complementary color
Monochromatic Colors of #3B1FFB
Black with #3B1FFB
Text Example
Text Example
White with #3B1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1FFB; }
p { color: rgb(59,31,251); }
H1.HeaderClassName
{
color: #3B1FFB;
}
.AnyTagClassName
{
color: #3B1FFB;
}
</style>
background-color css
<style>
a { background-color: #3B1FFB; }
a { background-color: rgb(59,31,251); }
div.DivClassName
{
background-color: #3B1FFB;
}
.BgClassName
{
background-color: #3B1FFB;
}
</style>
border-color css
<style>
span { border-color: #3B1FFB; }
span { border-color: rgb(59,31,251); }
td.TdClassName
{
border-color: #3B1FFB;
}
.TagClassName
{
border-color: #3B1FFB;
}
</style>