Shades of Han Purple #310EDB
Tints of Han Purple #310EDB
RGB
CMYK
RGB Variations
Color information
#310EDB (or 0x310EDB) is known color: Han Purple. HEX triplet: 31, 0E and DB. RGB value is (49,14,219). Sum of RGB (Red+Green+Blue) = 49+14+219=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #310EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310EDB is #CEF124. Grayscale: #2F2F2F. Windows color (decimal): -13562149 or 14356017. OLE color: 14356017.
HSL color Cylindrical-coordinate representation of color #310EDB: hue angle of 250.24º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310EDB is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 14 | 219 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.14 |
| HSL | 250.24º | 0.88% | 0.46% | - |
| HSV(B) | 250.24º | 0.94% | 0.86% | - |
| XYZ | 14.21 | 6.08 | 67.44 | - |
| YUV | 47.84 | 224.6 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 219 | 0.78 | 0.94 | 0 | 0.14 | 250.24 | 0.88 | 0.46 |
| Hex | 31 | E | DB | 4E | 5E | 0 | E | FA | 58 | 2E |
| Octal | 61 | 16 | 333 | 116 | 136 | 0 | 16 | 372 | 130 | 56 |
| Binary | 110001 | 1110 | 11011011 | 1001110 | 1011110 | 0 | 1110 | 11111010 | 1011000 | 101110 |
Color Harmonies of #310EDB
Complementary color
Monochromatic Colors of #310EDB
Black with #310EDB
Text Example
Text Example
White with #310EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310EDB; }
p { color: rgb(49,14,219); }
H1.HeaderClassName
{
color: #310EDB;
}
.AnyTagClassName
{
color: #310EDB;
}
</style>
background-color css
<style>
a { background-color: #310EDB; }
a { background-color: rgb(49,14,219); }
div.DivClassName
{
background-color: #310EDB;
}
.BgClassName
{
background-color: #310EDB;
}
</style>
border-color css
<style>
span { border-color: #310EDB; }
span { border-color: rgb(49,14,219); }
td.TdClassName
{
border-color: #310EDB;
}
.TagClassName
{
border-color: #310EDB;
}
</style>