Shades of Han Purple #310DDB
Tints of Han Purple #310DDB
RGB
CMYK
RGB Variations
Color information
#310DDB (or 0x310DDB) is known color: Han Purple. HEX triplet: 31, 0D and DB. RGB value is (49,13,219). Sum of RGB (Red+Green+Blue) = 49+13+219=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #310DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310DDB is #CEF224. Grayscale: #2E2E2E. Windows color (decimal): -13562405 or 14355761. OLE color: 14355761.
HSL color Cylindrical-coordinate representation of color #310DDB: hue angle of 250.49º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310DDB is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 13 | 219 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.14 |
| HSL | 250.49º | 0.89% | 0.45% | - |
| HSV(B) | 250.49º | 0.94% | 0.86% | - |
| XYZ | 14.2 | 6.06 | 67.44 | - |
| YUV | 47.25 | 224.93 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 219 | 0.78 | 0.94 | 0 | 0.14 | 250.49 | 0.89 | 0.45 |
| Hex | 31 | D | DB | 4E | 5E | 0 | E | FA | 59 | 2D |
| Octal | 61 | 15 | 333 | 116 | 136 | 0 | 16 | 372 | 131 | 55 |
| Binary | 110001 | 1101 | 11011011 | 1001110 | 1011110 | 0 | 1110 | 11111010 | 1011001 | 101101 |
Color Harmonies of #310DDB
Complementary color
Monochromatic Colors of #310DDB
Black with #310DDB
Text Example
Text Example
White with #310DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310DDB; }
p { color: rgb(49,13,219); }
H1.HeaderClassName
{
color: #310DDB;
}
.AnyTagClassName
{
color: #310DDB;
}
</style>
background-color css
<style>
a { background-color: #310DDB; }
a { background-color: rgb(49,13,219); }
div.DivClassName
{
background-color: #310DDB;
}
.BgClassName
{
background-color: #310DDB;
}
</style>
border-color css
<style>
span { border-color: #310DDB; }
span { border-color: rgb(49,13,219); }
td.TdClassName
{
border-color: #310DDB;
}
.TagClassName
{
border-color: #310DDB;
}
</style>