Shades of Han Purple #4405DB
Tints of Han Purple #4405DB
RGB
CMYK
RGB Variations
Color information
#4405DB (or 0x4405DB) is known color: Han Purple. HEX triplet: 44, 05 and DB. RGB value is (68,5,219). Sum of RGB (Red+Green+Blue) = 68+5+219=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 5 (2.34% from 255 or 1.71% 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 #4405DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4405DB is #BBFA24. Grayscale: #2F2F2F. Windows color (decimal): -12319269 or 14353732. OLE color: 14353732.
HSL color Cylindrical-coordinate representation of color #4405DB: hue angle of 257.66º 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 #4405DB is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 5 | 219 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.14 |
| HSL | 257.66º | 0.96% | 0.44% | - |
| HSV(B) | 257.66º | 0.98% | 0.86% | - |
| XYZ | 15.22 | 6.45 | 67.46 | - |
| YUV | 48.23 | 224.37 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 219 | 0.69 | 0.98 | 0 | 0.14 | 257.66 | 0.96 | 0.44 |
| Hex | 44 | 5 | DB | 45 | 62 | 0 | E | 102 | 60 | 2C |
| Octal | 104 | 5 | 333 | 105 | 142 | 0 | 16 | 402 | 140 | 54 |
| Binary | 1000100 | 101 | 11011011 | 1000101 | 1100010 | 0 | 1110 | 100000010 | 1100000 | 101100 |
Color Harmonies of #4405DB
Complementary color
Monochromatic Colors of #4405DB
Black with #4405DB
Text Example
Text Example
White with #4405DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4405DB; }
p { color: rgb(68,5,219); }
H1.HeaderClassName
{
color: #4405DB;
}
.AnyTagClassName
{
color: #4405DB;
}
</style>
background-color css
<style>
a { background-color: #4405DB; }
a { background-color: rgb(68,5,219); }
div.DivClassName
{
background-color: #4405DB;
}
.BgClassName
{
background-color: #4405DB;
}
</style>
border-color css
<style>
span { border-color: #4405DB; }
span { border-color: rgb(68,5,219); }
td.TdClassName
{
border-color: #4405DB;
}
.TagClassName
{
border-color: #4405DB;
}
</style>