Shades of Han Purple #3E28FB
Tints of Han Purple #3E28FB
RGB
CMYK
RGB Variations
Color information
#3E28FB (or 0x3E28FB) is known color: Han Purple. HEX triplet: 3E, 28 and FB. RGB value is (62,40,251). Sum of RGB (Red+Green+Blue) = 62+40+251=353 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.56% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #3E28FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E28FB is #C1D704. Grayscale: #454545. Windows color (decimal): -12703493 or 16459838. OLE color: 16459838.
HSL color Cylindrical-coordinate representation of color #3E28FB: hue angle of 246.26º 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 #3E28FB is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 40 | 251 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.02 |
| HSL | 246.26º | 0.96% | 0.57% | - |
| HSV(B) | 246.26º | 0.84% | 0.98% | - |
| XYZ | 20.16 | 9.51 | 92.04 | - |
| YUV | 70.63 | 229.79 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 251 | 0.75 | 0.84 | 0 | 0.02 | 246.26 | 0.96 | 0.57 |
| Hex | 3E | 28 | FB | 4B | 54 | 0 | 2 | F6 | 60 | 39 |
| Octal | 76 | 50 | 373 | 113 | 124 | 0 | 2 | 366 | 140 | 71 |
| Binary | 111110 | 101000 | 11111011 | 1001011 | 1010100 | 0 | 10 | 11110110 | 1100000 | 111001 |
Color Harmonies of #3E28FB
Complementary color
Monochromatic Colors of #3E28FB
Black with #3E28FB
Text Example
Text Example
White with #3E28FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E28FB; }
p { color: rgb(62,40,251); }
H1.HeaderClassName
{
color: #3E28FB;
}
.AnyTagClassName
{
color: #3E28FB;
}
</style>
background-color css
<style>
a { background-color: #3E28FB; }
a { background-color: rgb(62,40,251); }
div.DivClassName
{
background-color: #3E28FB;
}
.BgClassName
{
background-color: #3E28FB;
}
</style>
border-color css
<style>
span { border-color: #3E28FB; }
span { border-color: rgb(62,40,251); }
td.TdClassName
{
border-color: #3E28FB;
}
.TagClassName
{
border-color: #3E28FB;
}
</style>