Shades of Han Purple #4504DB
Tints of Han Purple #4504DB
RGB
CMYK
RGB Variations
Color information
#4504DB (or 0x4504DB) is known color: Han Purple. HEX triplet: 45, 04 and DB. RGB value is (69,4,219). Sum of RGB (Red+Green+Blue) = 69+4+219=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 219 (85.94% from 255 or 75% from 292); Max value from RGB is 219 - color contains mainly: blue. Hex color #4504DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4504DB is #BAFB24. Grayscale: #2F2F2F. Windows color (decimal): -12253989 or 14353477. OLE color: 14353477.
HSL color Cylindrical-coordinate representation of color #4504DB: hue angle of 258.14º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4504DB is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 4 | 219 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.14 |
| HSL | 258.14º | 0.96% | 0.44% | - |
| HSV(B) | 258.14º | 0.98% | 0.86% | - |
| XYZ | 15.28 | 6.47 | 67.46 | - |
| YUV | 47.95 | 224.53 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 4 | 219 | 0.68 | 0.98 | 0 | 0.14 | 258.14 | 0.96 | 0.44 |
| Hex | 45 | 4 | DB | 44 | 62 | 0 | E | 102 | 60 | 2C |
| Octal | 105 | 4 | 333 | 104 | 142 | 0 | 16 | 402 | 140 | 54 |
| Binary | 1000101 | 100 | 11011011 | 1000100 | 1100010 | 0 | 1110 | 100000010 | 1100000 | 101100 |
Color Harmonies of #4504DB
Complementary color
Monochromatic Colors of #4504DB
Black with #4504DB
Text Example
Text Example
White with #4504DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4504DB; }
p { color: rgb(69,4,219); }
H1.HeaderClassName
{
color: #4504DB;
}
.AnyTagClassName
{
color: #4504DB;
}
</style>
background-color css
<style>
a { background-color: #4504DB; }
a { background-color: rgb(69,4,219); }
div.DivClassName
{
background-color: #4504DB;
}
.BgClassName
{
background-color: #4504DB;
}
</style>
border-color css
<style>
span { border-color: #4504DB; }
span { border-color: rgb(69,4,219); }
td.TdClassName
{
border-color: #4504DB;
}
.TagClassName
{
border-color: #4504DB;
}
</style>