Shades of Han Purple #5031E8
Tints of Han Purple #5031E8
RGB
CMYK
RGB Variations
Color information
#5031E8 (or 0x5031E8) is known color: Han Purple. HEX triplet: 50, 31 and E8. RGB value is (80,49,232). Sum of RGB (Red+Green+Blue) = 80+49+232=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 232 (91.02% from 255 or 64.27% from 361); Max value from RGB is 232 - color contains mainly: blue. Hex color #5031E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5031E8 is #AFCE17. Grayscale: #4E4E4E. Windows color (decimal): -11521560 or 15216976. OLE color: 15216976.
HSL color Cylindrical-coordinate representation of color #5031E8: hue angle of 250.16º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5031E8 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 49 | 232 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.09 |
| HSL | 250.16º | 0.8% | 0.55% | - |
| HSV(B) | 250.16º | 0.79% | 0.91% | - |
| XYZ | 18.97 | 9.73 | 77.22 | - |
| YUV | 79.13 | 214.27 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 232 | 0.66 | 0.79 | 0 | 0.09 | 250.16 | 0.8 | 0.55 |
| Hex | 50 | 31 | E8 | 42 | 4F | 0 | 9 | FA | 50 | 37 |
| Octal | 120 | 61 | 350 | 102 | 117 | 0 | 11 | 372 | 120 | 67 |
| Binary | 1010000 | 110001 | 11101000 | 1000010 | 1001111 | 0 | 1001 | 11111010 | 1010000 | 110111 |
Color Harmonies of #5031E8
Complementary color
Monochromatic Colors of #5031E8
Black with #5031E8
Text Example
Text Example
White with #5031E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5031E8; }
p { color: rgb(80,49,232); }
H1.HeaderClassName
{
color: #5031E8;
}
.AnyTagClassName
{
color: #5031E8;
}
</style>
background-color css
<style>
a { background-color: #5031E8; }
a { background-color: rgb(80,49,232); }
div.DivClassName
{
background-color: #5031E8;
}
.BgClassName
{
background-color: #5031E8;
}
</style>
border-color css
<style>
span { border-color: #5031E8; }
span { border-color: rgb(80,49,232); }
td.TdClassName
{
border-color: #5031E8;
}
.TagClassName
{
border-color: #5031E8;
}
</style>