Shades of Han Purple #3020DB
Tints of Han Purple #3020DB
RGB
CMYK
RGB Variations
Color information
#3020DB (or 0x3020DB) is known color: Han Purple. HEX triplet: 30, 20 and DB. RGB value is (48,32,219). Sum of RGB (Red+Green+Blue) = 48+32+219=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #3020DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3020DB is #CFDF24. Grayscale: #393939. Windows color (decimal): -13623077 or 14360624. OLE color: 14360624.
HSL color Cylindrical-coordinate representation of color #3020DB: hue angle of 245.13º 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 #3020DB is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 32 | 219 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.14 |
| HSL | 245.13º | 0.75% | 0.49% | - |
| HSV(B) | 245.13º | 0.85% | 0.86% | - |
| XYZ | 14.52 | 6.78 | 67.56 | - |
| YUV | 58.1 | 218.8 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 32 | 219 | 0.78 | 0.85 | 0 | 0.14 | 245.13 | 0.75 | 0.49 |
| Hex | 30 | 20 | DB | 4E | 55 | 0 | E | F5 | 4B | 31 |
| Octal | 60 | 40 | 333 | 116 | 125 | 0 | 16 | 365 | 113 | 61 |
| Binary | 110000 | 100000 | 11011011 | 1001110 | 1010101 | 0 | 1110 | 11110101 | 1001011 | 110001 |
Color Harmonies of #3020DB
Complementary color
Monochromatic Colors of #3020DB
Black with #3020DB
Text Example
Text Example
White with #3020DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3020DB; }
p { color: rgb(48,32,219); }
H1.HeaderClassName
{
color: #3020DB;
}
.AnyTagClassName
{
color: #3020DB;
}
</style>
background-color css
<style>
a { background-color: #3020DB; }
a { background-color: rgb(48,32,219); }
div.DivClassName
{
background-color: #3020DB;
}
.BgClassName
{
background-color: #3020DB;
}
</style>
border-color css
<style>
span { border-color: #3020DB; }
span { border-color: rgb(48,32,219); }
td.TdClassName
{
border-color: #3020DB;
}
.TagClassName
{
border-color: #3020DB;
}
</style>