Shades of Han Purple #3108DB
Tints of Han Purple #3108DB
RGB
CMYK
RGB Variations
Color information
#3108DB (or 0x3108DB) is known color: Han Purple. HEX triplet: 31, 08 and DB. RGB value is (49,8,219). Sum of RGB (Red+Green+Blue) = 49+8+219=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 219 (85.94% from 255 or 79.35% from 276); Max value from RGB is 219 - color contains mainly: blue. Hex color #3108DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3108DB is #CEF724. Grayscale: #2B2B2B. Windows color (decimal): -13563685 or 14354481. OLE color: 14354481.
HSL color Cylindrical-coordinate representation of color #3108DB: hue angle of 251.66º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3108DB is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 8 | 219 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.14 |
| HSL | 251.66º | 0.93% | 0.45% | - |
| HSV(B) | 251.66º | 0.96% | 0.86% | - |
| XYZ | 14.14 | 5.94 | 67.42 | - |
| YUV | 44.31 | 226.58 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 219 | 0.78 | 0.96 | 0 | 0.14 | 251.66 | 0.93 | 0.45 |
| Hex | 31 | 8 | DB | 4E | 60 | 0 | E | FC | 5D | 2D |
| Octal | 61 | 10 | 333 | 116 | 140 | 0 | 16 | 374 | 135 | 55 |
| Binary | 110001 | 1000 | 11011011 | 1001110 | 1100000 | 0 | 1110 | 11111100 | 1011101 | 101101 |
Color Harmonies of #3108DB
Complementary color
Monochromatic Colors of #3108DB
Black with #3108DB
Text Example
Text Example
White with #3108DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3108DB; }
p { color: rgb(49,8,219); }
H1.HeaderClassName
{
color: #3108DB;
}
.AnyTagClassName
{
color: #3108DB;
}
</style>
background-color css
<style>
a { background-color: #3108DB; }
a { background-color: rgb(49,8,219); }
div.DivClassName
{
background-color: #3108DB;
}
.BgClassName
{
background-color: #3108DB;
}
</style>
border-color css
<style>
span { border-color: #3108DB; }
span { border-color: rgb(49,8,219); }
td.TdClassName
{
border-color: #3108DB;
}
.TagClassName
{
border-color: #3108DB;
}
</style>