Shades of Han Purple #3014DB
Tints of Han Purple #3014DB
RGB
CMYK
RGB Variations
Color information
#3014DB (or 0x3014DB) is known color: Han Purple. HEX triplet: 30, 14 and DB. RGB value is (48,20,219). Sum of RGB (Red+Green+Blue) = 48+20+219=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 20 (8.20% from 255 or 6.97% 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 #3014DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3014DB is #CFEB24. Grayscale: #323232. Windows color (decimal): -13626149 or 14357552. OLE color: 14357552.
HSL color Cylindrical-coordinate representation of color #3014DB: hue angle of 248.44º degrees, saturation: 0.83, 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 #3014DB is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 20 | 219 | - |
| CMYK | 0.78 | 0.91 | 0 | 0.14 |
| HSL | 248.44º | 0.83% | 0.47% | - |
| HSV(B) | 248.44º | 0.91% | 0.86% | - |
| XYZ | 14.26 | 6.24 | 67.47 | - |
| YUV | 51.06 | 222.78 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 219 | 0.78 | 0.91 | 0 | 0.14 | 248.44 | 0.83 | 0.47 |
| Hex | 30 | 14 | DB | 4E | 5B | 0 | E | F8 | 53 | 2F |
| Octal | 60 | 24 | 333 | 116 | 133 | 0 | 16 | 370 | 123 | 57 |
| Binary | 110000 | 10100 | 11011011 | 1001110 | 1011011 | 0 | 1110 | 11111000 | 1010011 | 101111 |
Color Harmonies of #3014DB
Complementary color
Monochromatic Colors of #3014DB
Black with #3014DB
Text Example
Text Example
White with #3014DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3014DB; }
p { color: rgb(48,20,219); }
H1.HeaderClassName
{
color: #3014DB;
}
.AnyTagClassName
{
color: #3014DB;
}
</style>
background-color css
<style>
a { background-color: #3014DB; }
a { background-color: rgb(48,20,219); }
div.DivClassName
{
background-color: #3014DB;
}
.BgClassName
{
background-color: #3014DB;
}
</style>
border-color css
<style>
span { border-color: #3014DB; }
span { border-color: rgb(48,20,219); }
td.TdClassName
{
border-color: #3014DB;
}
.TagClassName
{
border-color: #3014DB;
}
</style>