Shades of Han Purple #310EE8
Tints of Han Purple #310EE8
RGB
CMYK
RGB Variations
Color information
#310EE8 (or 0x310EE8) is known color: Han Purple. HEX triplet: 31, 0E and E8. RGB value is (49,14,232). Sum of RGB (Red+Green+Blue) = 49+14+232=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 232 (91.02% from 255 or 78.64% from 295); Max value from RGB is 232 - color contains mainly: blue. Hex color #310EE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310EE8 is #CEF117. Grayscale: #303030. Windows color (decimal): -13562136 or 15207985. OLE color: 15207985.
HSL color Cylindrical-coordinate representation of color #310EE8: hue angle of 249.63º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310EE8 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 14 | 232 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.09 |
| HSL | 249.63º | 0.89% | 0.48% | - |
| HSV(B) | 249.63º | 0.94% | 0.91% | - |
| XYZ | 15.99 | 6.79 | 76.81 | - |
| YUV | 49.32 | 231.1 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 232 | 0.79 | 0.94 | 0 | 0.09 | 249.63 | 0.89 | 0.48 |
| Hex | 31 | E | E8 | 4F | 5E | 0 | 9 | FA | 59 | 30 |
| Octal | 61 | 16 | 350 | 117 | 136 | 0 | 11 | 372 | 131 | 60 |
| Binary | 110001 | 1110 | 11101000 | 1001111 | 1011110 | 0 | 1001 | 11111010 | 1011001 | 110000 |
Color Harmonies of #310EE8
Complementary color
Monochromatic Colors of #310EE8
Black with #310EE8
Text Example
Text Example
White with #310EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310EE8; }
p { color: rgb(49,14,232); }
H1.HeaderClassName
{
color: #310EE8;
}
.AnyTagClassName
{
color: #310EE8;
}
</style>
background-color css
<style>
a { background-color: #310EE8; }
a { background-color: rgb(49,14,232); }
div.DivClassName
{
background-color: #310EE8;
}
.BgClassName
{
background-color: #310EE8;
}
</style>
border-color css
<style>
span { border-color: #310EE8; }
span { border-color: rgb(49,14,232); }
td.TdClassName
{
border-color: #310EE8;
}
.TagClassName
{
border-color: #310EE8;
}
</style>