Shades of Han Purple #301DDB
Tints of Han Purple #301DDB
RGB
CMYK
RGB Variations
Color information
#301DDB (or 0x301DDB) is known color: Han Purple. HEX triplet: 30, 1D and DB. RGB value is (48,29,219). Sum of RGB (Red+Green+Blue) = 48+29+219=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #301DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301DDB is #CFE224. Grayscale: #373737. Windows color (decimal): -13623845 or 14359856. OLE color: 14359856.
HSL color Cylindrical-coordinate representation of color #301DDB: hue angle of 246º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301DDB is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 29 | 219 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.14 |
| HSL | 246º | 0.77% | 0.49% | - |
| HSV(B) | 246º | 0.87% | 0.86% | - |
| XYZ | 14.44 | 6.62 | 67.53 | - |
| YUV | 56.34 | 219.79 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 219 | 0.78 | 0.87 | 0 | 0.14 | 246 | 0.77 | 0.49 |
| Hex | 30 | 1D | DB | 4E | 57 | 0 | E | F6 | 4D | 31 |
| Octal | 60 | 35 | 333 | 116 | 127 | 0 | 16 | 366 | 115 | 61 |
| Binary | 110000 | 11101 | 11011011 | 1001110 | 1010111 | 0 | 1110 | 11110110 | 1001101 | 110001 |
Color Harmonies of #301DDB
Complementary color
Monochromatic Colors of #301DDB
Black with #301DDB
Text Example
Text Example
White with #301DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301DDB; }
p { color: rgb(48,29,219); }
H1.HeaderClassName
{
color: #301DDB;
}
.AnyTagClassName
{
color: #301DDB;
}
</style>
background-color css
<style>
a { background-color: #301DDB; }
a { background-color: rgb(48,29,219); }
div.DivClassName
{
background-color: #301DDB;
}
.BgClassName
{
background-color: #301DDB;
}
</style>
border-color css
<style>
span { border-color: #301DDB; }
span { border-color: rgb(48,29,219); }
td.TdClassName
{
border-color: #301DDB;
}
.TagClassName
{
border-color: #301DDB;
}
</style>