Shades of Han Purple #3118DB
Tints of Han Purple #3118DB
RGB
CMYK
RGB Variations
Color information
#3118DB (or 0x3118DB) is known color: Han Purple. HEX triplet: 31, 18 and DB. RGB value is (49,24,219). Sum of RGB (Red+Green+Blue) = 49+24+219=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 219 (85.94% from 255 or 75% from 292); Max value from RGB is 219 - color contains mainly: blue. Hex color #3118DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3118DB is #CEE724. Grayscale: #343434. Windows color (decimal): -13559589 or 14358577. OLE color: 14358577.
HSL color Cylindrical-coordinate representation of color #3118DB: hue angle of 247.69º 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 #3118DB is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 24 | 219 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.14 |
| HSL | 247.69º | 0.8% | 0.48% | - |
| HSV(B) | 247.69º | 0.89% | 0.86% | - |
| XYZ | 14.38 | 6.42 | 67.5 | - |
| YUV | 53.71 | 221.28 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 219 | 0.78 | 0.89 | 0 | 0.14 | 247.69 | 0.8 | 0.48 |
| Hex | 31 | 18 | DB | 4E | 59 | 0 | E | F8 | 50 | 30 |
| Octal | 61 | 30 | 333 | 116 | 131 | 0 | 16 | 370 | 120 | 60 |
| Binary | 110001 | 11000 | 11011011 | 1001110 | 1011001 | 0 | 1110 | 11111000 | 1010000 | 110000 |
Color Harmonies of #3118DB
Complementary color
Monochromatic Colors of #3118DB
Black with #3118DB
Text Example
Text Example
White with #3118DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3118DB; }
p { color: rgb(49,24,219); }
H1.HeaderClassName
{
color: #3118DB;
}
.AnyTagClassName
{
color: #3118DB;
}
</style>
background-color css
<style>
a { background-color: #3118DB; }
a { background-color: rgb(49,24,219); }
div.DivClassName
{
background-color: #3118DB;
}
.BgClassName
{
background-color: #3118DB;
}
</style>
border-color css
<style>
span { border-color: #3118DB; }
span { border-color: rgb(49,24,219); }
td.TdClassName
{
border-color: #3118DB;
}
.TagClassName
{
border-color: #3118DB;
}
</style>