Shades of Han Purple #3119DB
Tints of Han Purple #3119DB
RGB
CMYK
RGB Variations
Color information
#3119DB (or 0x3119DB) is known color: Han Purple. HEX triplet: 31, 19 and DB. RGB value is (49,25,219). Sum of RGB (Red+Green+Blue) = 49+25+219=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #3119DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3119DB is #CEE624. Grayscale: #353535. Windows color (decimal): -13559333 or 14358833. OLE color: 14358833.
HSL color Cylindrical-coordinate representation of color #3119DB: hue angle of 247.42º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3119DB is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 25 | 219 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.14 |
| HSL | 247.42º | 0.8% | 0.48% | - |
| HSV(B) | 247.42º | 0.89% | 0.86% | - |
| XYZ | 14.4 | 6.46 | 67.51 | - |
| YUV | 54.29 | 220.95 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 219 | 0.78 | 0.89 | 0 | 0.14 | 247.42 | 0.8 | 0.48 |
| Hex | 31 | 19 | DB | 4E | 59 | 0 | E | F7 | 50 | 30 |
| Octal | 61 | 31 | 333 | 116 | 131 | 0 | 16 | 367 | 120 | 60 |
| Binary | 110001 | 11001 | 11011011 | 1001110 | 1011001 | 0 | 1110 | 11110111 | 1010000 | 110000 |
Color Harmonies of #3119DB
Complementary color
Monochromatic Colors of #3119DB
Black with #3119DB
Text Example
Text Example
White with #3119DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3119DB; }
p { color: rgb(49,25,219); }
H1.HeaderClassName
{
color: #3119DB;
}
.AnyTagClassName
{
color: #3119DB;
}
</style>
background-color css
<style>
a { background-color: #3119DB; }
a { background-color: rgb(49,25,219); }
div.DivClassName
{
background-color: #3119DB;
}
.BgClassName
{
background-color: #3119DB;
}
</style>
border-color css
<style>
span { border-color: #3119DB; }
span { border-color: rgb(49,25,219); }
td.TdClassName
{
border-color: #3119DB;
}
.TagClassName
{
border-color: #3119DB;
}
</style>