Shades of Han Purple #300DDB
Tints of Han Purple #300DDB
RGB
CMYK
RGB Variations
Color information
#300DDB (or 0x300DDB) is known color: Han Purple. HEX triplet: 30, 0D and DB. RGB value is (48,13,219). Sum of RGB (Red+Green+Blue) = 48+13+219=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #300DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300DDB is #CFF224. Grayscale: #2E2E2E. Windows color (decimal): -13627941 or 14355760. OLE color: 14355760.
HSL color Cylindrical-coordinate representation of color #300DDB: hue angle of 250.19º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300DDB is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 13 | 219 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.14 |
| HSL | 250.19º | 0.89% | 0.45% | - |
| HSV(B) | 250.19º | 0.94% | 0.86% | - |
| XYZ | 14.15 | 6.03 | 67.44 | - |
| YUV | 46.95 | 225.1 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 219 | 0.78 | 0.94 | 0 | 0.14 | 250.19 | 0.89 | 0.45 |
| Hex | 30 | D | DB | 4E | 5E | 0 | E | FA | 59 | 2D |
| Octal | 60 | 15 | 333 | 116 | 136 | 0 | 16 | 372 | 131 | 55 |
| Binary | 110000 | 1101 | 11011011 | 1001110 | 1011110 | 0 | 1110 | 11111010 | 1011001 | 101101 |
Color Harmonies of #300DDB
Complementary color
Monochromatic Colors of #300DDB
Black with #300DDB
Text Example
Text Example
White with #300DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300DDB; }
p { color: rgb(48,13,219); }
H1.HeaderClassName
{
color: #300DDB;
}
.AnyTagClassName
{
color: #300DDB;
}
</style>
background-color css
<style>
a { background-color: #300DDB; }
a { background-color: rgb(48,13,219); }
div.DivClassName
{
background-color: #300DDB;
}
.BgClassName
{
background-color: #300DDB;
}
</style>
border-color css
<style>
span { border-color: #300DDB; }
span { border-color: rgb(48,13,219); }
td.TdClassName
{
border-color: #300DDB;
}
.TagClassName
{
border-color: #300DDB;
}
</style>