Shades of Han Purple #311DDB
Tints of Han Purple #311DDB
RGB
CMYK
RGB Variations
Color information
#311DDB (or 0x311DDB) is known color: Han Purple. HEX triplet: 31, 1D and DB. RGB value is (49,29,219). Sum of RGB (Red+Green+Blue) = 49+29+219=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #311DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311DDB is #CEE224. Grayscale: #373737. Windows color (decimal): -13558309 or 14359857. OLE color: 14359857.
HSL color Cylindrical-coordinate representation of color #311DDB: hue angle of 246.32º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #311DDB is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 29 | 219 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.14 |
| HSL | 246.32º | 0.77% | 0.49% | - |
| HSV(B) | 246.32º | 0.87% | 0.86% | - |
| XYZ | 14.49 | 6.65 | 67.54 | - |
| YUV | 56.64 | 219.63 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 219 | 0.78 | 0.87 | 0 | 0.14 | 246.32 | 0.77 | 0.49 |
| Hex | 31 | 1D | DB | 4E | 57 | 0 | E | F6 | 4D | 31 |
| Octal | 61 | 35 | 333 | 116 | 127 | 0 | 16 | 366 | 115 | 61 |
| Binary | 110001 | 11101 | 11011011 | 1001110 | 1010111 | 0 | 1110 | 11110110 | 1001101 | 110001 |
Color Harmonies of #311DDB
Complementary color
Monochromatic Colors of #311DDB
Black with #311DDB
Text Example
Text Example
White with #311DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311DDB; }
p { color: rgb(49,29,219); }
H1.HeaderClassName
{
color: #311DDB;
}
.AnyTagClassName
{
color: #311DDB;
}
</style>
background-color css
<style>
a { background-color: #311DDB; }
a { background-color: rgb(49,29,219); }
div.DivClassName
{
background-color: #311DDB;
}
.BgClassName
{
background-color: #311DDB;
}
</style>
border-color css
<style>
span { border-color: #311DDB; }
span { border-color: rgb(49,29,219); }
td.TdClassName
{
border-color: #311DDB;
}
.TagClassName
{
border-color: #311DDB;
}
</style>