Shades of Han Purple #3B28FB
Tints of Han Purple #3B28FB
RGB
CMYK
RGB Variations
Color information
#3B28FB (or 0x3B28FB) is known color: Han Purple. HEX triplet: 3B, 28 and FB. RGB value is (59,40,251). Sum of RGB (Red+Green+Blue) = 59+40+251=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #3B28FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B28FB is #C4D704. Grayscale: #444444. Windows color (decimal): -12900101 or 16459835. OLE color: 16459835.
HSL color Cylindrical-coordinate representation of color #3B28FB: hue angle of 245.4º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B28FB is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 40 | 251 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.02 |
| HSL | 245.4º | 0.96% | 0.57% | - |
| HSV(B) | 245.4º | 0.84% | 0.98% | - |
| XYZ | 19.98 | 9.41 | 92.03 | - |
| YUV | 69.74 | 230.29 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 251 | 0.76 | 0.84 | 0 | 0.02 | 245.4 | 0.96 | 0.57 |
| Hex | 3B | 28 | FB | 4C | 54 | 0 | 2 | F5 | 60 | 39 |
| Octal | 73 | 50 | 373 | 114 | 124 | 0 | 2 | 365 | 140 | 71 |
| Binary | 111011 | 101000 | 11111011 | 1001100 | 1010100 | 0 | 10 | 11110101 | 1100000 | 111001 |
Color Harmonies of #3B28FB
Complementary color
Monochromatic Colors of #3B28FB
Black with #3B28FB
Text Example
Text Example
White with #3B28FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B28FB; }
p { color: rgb(59,40,251); }
H1.HeaderClassName
{
color: #3B28FB;
}
.AnyTagClassName
{
color: #3B28FB;
}
</style>
background-color css
<style>
a { background-color: #3B28FB; }
a { background-color: rgb(59,40,251); }
div.DivClassName
{
background-color: #3B28FB;
}
.BgClassName
{
background-color: #3B28FB;
}
</style>
border-color css
<style>
span { border-color: #3B28FB; }
span { border-color: rgb(59,40,251); }
td.TdClassName
{
border-color: #3B28FB;
}
.TagClassName
{
border-color: #3B28FB;
}
</style>