Shades of Han Purple #3120DB
Tints of Han Purple #3120DB
RGB
CMYK
RGB Variations
Color information
#3120DB (or 0x3120DB) is known color: Han Purple. HEX triplet: 31, 20 and DB. RGB value is (49,32,219). Sum of RGB (Red+Green+Blue) = 49+32+219=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #3120DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3120DB is #CEDF24. Grayscale: #393939. Windows color (decimal): -13557541 or 14360625. OLE color: 14360625.
HSL color Cylindrical-coordinate representation of color #3120DB: hue angle of 245.45º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3120DB is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 32 | 219 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.14 |
| HSL | 245.45º | 0.75% | 0.49% | - |
| HSV(B) | 245.45º | 0.85% | 0.86% | - |
| XYZ | 14.57 | 6.8 | 67.56 | - |
| YUV | 58.4 | 218.63 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 219 | 0.78 | 0.85 | 0 | 0.14 | 245.45 | 0.75 | 0.49 |
| Hex | 31 | 20 | DB | 4E | 55 | 0 | E | F5 | 4B | 31 |
| Octal | 61 | 40 | 333 | 116 | 125 | 0 | 16 | 365 | 113 | 61 |
| Binary | 110001 | 100000 | 11011011 | 1001110 | 1010101 | 0 | 1110 | 11110101 | 1001011 | 110001 |
Color Harmonies of #3120DB
Complementary color
Monochromatic Colors of #3120DB
Black with #3120DB
Text Example
Text Example
White with #3120DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3120DB; }
p { color: rgb(49,32,219); }
H1.HeaderClassName
{
color: #3120DB;
}
.AnyTagClassName
{
color: #3120DB;
}
</style>
background-color css
<style>
a { background-color: #3120DB; }
a { background-color: rgb(49,32,219); }
div.DivClassName
{
background-color: #3120DB;
}
.BgClassName
{
background-color: #3120DB;
}
</style>
border-color css
<style>
span { border-color: #3120DB; }
span { border-color: rgb(49,32,219); }
td.TdClassName
{
border-color: #3120DB;
}
.TagClassName
{
border-color: #3120DB;
}
</style>