Shades of Han Purple #3113DB
Tints of Han Purple #3113DB
RGB
CMYK
RGB Variations
Color information
#3113DB (or 0x3113DB) is known color: Han Purple. HEX triplet: 31, 13 and DB. RGB value is (49,19,219). Sum of RGB (Red+Green+Blue) = 49+19+219=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #3113DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3113DB is #CEEC24. Grayscale: #323232. Windows color (decimal): -13560869 or 14357297. OLE color: 14357297.
HSL color Cylindrical-coordinate representation of color #3113DB: hue angle of 249º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3113DB is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 19 | 219 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.14 |
| HSL | 249º | 0.84% | 0.47% | - |
| HSV(B) | 249º | 0.91% | 0.86% | - |
| XYZ | 14.29 | 6.23 | 67.47 | - |
| YUV | 50.77 | 222.94 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 219 | 0.78 | 0.91 | 0 | 0.14 | 249 | 0.84 | 0.47 |
| Hex | 31 | 13 | DB | 4E | 5B | 0 | E | F9 | 54 | 2F |
| Octal | 61 | 23 | 333 | 116 | 133 | 0 | 16 | 371 | 124 | 57 |
| Binary | 110001 | 10011 | 11011011 | 1001110 | 1011011 | 0 | 1110 | 11111001 | 1010100 | 101111 |
Color Harmonies of #3113DB
Complementary color
Monochromatic Colors of #3113DB
Black with #3113DB
Text Example
Text Example
White with #3113DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3113DB; }
p { color: rgb(49,19,219); }
H1.HeaderClassName
{
color: #3113DB;
}
.AnyTagClassName
{
color: #3113DB;
}
</style>
background-color css
<style>
a { background-color: #3113DB; }
a { background-color: rgb(49,19,219); }
div.DivClassName
{
background-color: #3113DB;
}
.BgClassName
{
background-color: #3113DB;
}
</style>
border-color css
<style>
span { border-color: #3113DB; }
span { border-color: rgb(49,19,219); }
td.TdClassName
{
border-color: #3113DB;
}
.TagClassName
{
border-color: #3113DB;
}
</style>