Shades of Han Purple #301CDB
Tints of Han Purple #301CDB
RGB
CMYK
RGB Variations
Color information
#301CDB (or 0x301CDB) is known color: Han Purple. HEX triplet: 30, 1C and DB. RGB value is (48,28,219). Sum of RGB (Red+Green+Blue) = 48+28+219=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #301CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301CDB is #CFE324. Grayscale: #373737. Windows color (decimal): -13624101 or 14359600. OLE color: 14359600.
HSL color Cylindrical-coordinate representation of color #301CDB: hue angle of 246.28º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301CDB is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 28 | 219 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.14 |
| HSL | 246.28º | 0.77% | 0.48% | - |
| HSV(B) | 246.28º | 0.87% | 0.86% | - |
| XYZ | 14.42 | 6.57 | 67.53 | - |
| YUV | 55.75 | 220.13 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 219 | 0.78 | 0.87 | 0 | 0.14 | 246.28 | 0.77 | 0.48 |
| Hex | 30 | 1C | DB | 4E | 57 | 0 | E | F6 | 4D | 30 |
| Octal | 60 | 34 | 333 | 116 | 127 | 0 | 16 | 366 | 115 | 60 |
| Binary | 110000 | 11100 | 11011011 | 1001110 | 1010111 | 0 | 1110 | 11110110 | 1001101 | 110000 |
Color Harmonies of #301CDB
Complementary color
Monochromatic Colors of #301CDB
Black with #301CDB
Text Example
Text Example
White with #301CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301CDB; }
p { color: rgb(48,28,219); }
H1.HeaderClassName
{
color: #301CDB;
}
.AnyTagClassName
{
color: #301CDB;
}
</style>
background-color css
<style>
a { background-color: #301CDB; }
a { background-color: rgb(48,28,219); }
div.DivClassName
{
background-color: #301CDB;
}
.BgClassName
{
background-color: #301CDB;
}
</style>
border-color css
<style>
span { border-color: #301CDB; }
span { border-color: rgb(48,28,219); }
td.TdClassName
{
border-color: #301CDB;
}
.TagClassName
{
border-color: #301CDB;
}
</style>