Shades of Han Purple #311BDB
Tints of Han Purple #311BDB
RGB
CMYK
RGB Variations
Color information
#311BDB (or 0x311BDB) is known color: Han Purple. HEX triplet: 31, 1B and DB. RGB value is (49,27,219). Sum of RGB (Red+Green+Blue) = 49+27+219=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #311BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311BDB is #CEE424. Grayscale: #363636. Windows color (decimal): -13558821 or 14359345. OLE color: 14359345.
HSL color Cylindrical-coordinate representation of color #311BDB: hue angle of 246.88º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311BDB is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 27 | 219 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.14 |
| HSL | 246.88º | 0.78% | 0.48% | - |
| HSV(B) | 246.88º | 0.88% | 0.86% | - |
| XYZ | 14.44 | 6.55 | 67.52 | - |
| YUV | 55.47 | 220.29 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 219 | 0.78 | 0.88 | 0 | 0.14 | 246.88 | 0.78 | 0.48 |
| Hex | 31 | 1B | DB | 4E | 58 | 0 | E | F7 | 4E | 30 |
| Octal | 61 | 33 | 333 | 116 | 130 | 0 | 16 | 367 | 116 | 60 |
| Binary | 110001 | 11011 | 11011011 | 1001110 | 1011000 | 0 | 1110 | 11110111 | 1001110 | 110000 |
Color Harmonies of #311BDB
Complementary color
Monochromatic Colors of #311BDB
Black with #311BDB
Text Example
Text Example
White with #311BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311BDB; }
p { color: rgb(49,27,219); }
H1.HeaderClassName
{
color: #311BDB;
}
.AnyTagClassName
{
color: #311BDB;
}
</style>
background-color css
<style>
a { background-color: #311BDB; }
a { background-color: rgb(49,27,219); }
div.DivClassName
{
background-color: #311BDB;
}
.BgClassName
{
background-color: #311BDB;
}
</style>
border-color css
<style>
span { border-color: #311BDB; }
span { border-color: rgb(49,27,219); }
td.TdClassName
{
border-color: #311BDB;
}
.TagClassName
{
border-color: #311BDB;
}
</style>