Shades of Han Purple #300BDB
Tints of Han Purple #300BDB
RGB
CMYK
RGB Variations
Color information
#300BDB (or 0x300BDB) is known color: Han Purple. HEX triplet: 30, 0B and DB. RGB value is (48,11,219). Sum of RGB (Red+Green+Blue) = 48+11+219=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 219 (85.94% from 255 or 78.78% from 278); Max value from RGB is 219 - color contains mainly: blue. Hex color #300BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300BDB is #CFF424. Grayscale: #2C2C2C. Windows color (decimal): -13628453 or 14355248. OLE color: 14355248.
HSL color Cylindrical-coordinate representation of color #300BDB: hue angle of 250.67º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300BDB is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 11 | 219 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.14 |
| HSL | 250.67º | 0.9% | 0.45% | - |
| HSV(B) | 250.67º | 0.95% | 0.86% | - |
| XYZ | 14.12 | 5.98 | 67.43 | - |
| YUV | 45.78 | 225.76 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 219 | 0.78 | 0.95 | 0 | 0.14 | 250.67 | 0.9 | 0.45 |
| Hex | 30 | B | DB | 4E | 5F | 0 | E | FB | 5A | 2D |
| Octal | 60 | 13 | 333 | 116 | 137 | 0 | 16 | 373 | 132 | 55 |
| Binary | 110000 | 1011 | 11011011 | 1001110 | 1011111 | 0 | 1110 | 11111011 | 1011010 | 101101 |
Color Harmonies of #300BDB
Complementary color
Monochromatic Colors of #300BDB
Black with #300BDB
Text Example
Text Example
White with #300BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300BDB; }
p { color: rgb(48,11,219); }
H1.HeaderClassName
{
color: #300BDB;
}
.AnyTagClassName
{
color: #300BDB;
}
</style>
background-color css
<style>
a { background-color: #300BDB; }
a { background-color: rgb(48,11,219); }
div.DivClassName
{
background-color: #300BDB;
}
.BgClassName
{
background-color: #300BDB;
}
</style>
border-color css
<style>
span { border-color: #300BDB; }
span { border-color: rgb(48,11,219); }
td.TdClassName
{
border-color: #300BDB;
}
.TagClassName
{
border-color: #300BDB;
}
</style>