Shades of Han Purple #310EDD
Tints of Han Purple #310EDD
RGB
CMYK
RGB Variations
Color information
#310EDD (or 0x310EDD) is known color: Han Purple. HEX triplet: 31, 0E and DD. RGB value is (49,14,221). Sum of RGB (Red+Green+Blue) = 49+14+221=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #310EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310EDD is #CEF122. Grayscale: #2F2F2F. Windows color (decimal): -13562147 or 14487089. OLE color: 14487089.
HSL color Cylindrical-coordinate representation of color #310EDD: hue angle of 250.14º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310EDD is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 14 | 221 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.13 |
| HSL | 250.14º | 0.88% | 0.46% | - |
| HSV(B) | 250.14º | 0.94% | 0.87% | - |
| XYZ | 14.47 | 6.19 | 68.84 | - |
| YUV | 48.06 | 225.6 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 221 | 0.78 | 0.94 | 0 | 0.13 | 250.14 | 0.88 | 0.46 |
| Hex | 31 | E | DD | 4E | 5E | 0 | D | FA | 58 | 2E |
| Octal | 61 | 16 | 335 | 116 | 136 | 0 | 15 | 372 | 130 | 56 |
| Binary | 110001 | 1110 | 11011101 | 1001110 | 1011110 | 0 | 1101 | 11111010 | 1011000 | 101110 |
Color Harmonies of #310EDD
Complementary color
Monochromatic Colors of #310EDD
Black with #310EDD
Text Example
Text Example
White with #310EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310EDD; }
p { color: rgb(49,14,221); }
H1.HeaderClassName
{
color: #310EDD;
}
.AnyTagClassName
{
color: #310EDD;
}
</style>
background-color css
<style>
a { background-color: #310EDD; }
a { background-color: rgb(49,14,221); }
div.DivClassName
{
background-color: #310EDD;
}
.BgClassName
{
background-color: #310EDD;
}
</style>
border-color css
<style>
span { border-color: #310EDD; }
span { border-color: rgb(49,14,221); }
td.TdClassName
{
border-color: #310EDD;
}
.TagClassName
{
border-color: #310EDD;
}
</style>