Shades of Han Purple #4405DC
Tints of Han Purple #4405DC
RGB
CMYK
RGB Variations
Color information
#4405DC (or 0x4405DC) is known color: Han Purple. HEX triplet: 44, 05 and DC. RGB value is (68,5,220). Sum of RGB (Red+Green+Blue) = 68+5+220=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 220 (86.33% from 255 or 75.09% from 293); Max value from RGB is 220 - color contains mainly: blue. Hex color #4405DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4405DC is #BBFA23. Grayscale: #2F2F2F. Windows color (decimal): -12319268 or 14419268. OLE color: 14419268.
HSL color Cylindrical-coordinate representation of color #4405DC: hue angle of 257.58º 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 #4405DC is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 5 | 220 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.14 |
| HSL | 257.58º | 0.96% | 0.44% | - |
| HSV(B) | 257.58º | 0.98% | 0.86% | - |
| XYZ | 15.36 | 6.5 | 68.16 | - |
| YUV | 48.35 | 224.87 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 220 | 0.69 | 0.98 | 0 | 0.14 | 257.58 | 0.96 | 0.44 |
| Hex | 44 | 5 | DC | 45 | 62 | 0 | E | 102 | 60 | 2C |
| Octal | 104 | 5 | 334 | 105 | 142 | 0 | 16 | 402 | 140 | 54 |
| Binary | 1000100 | 101 | 11011100 | 1000101 | 1100010 | 0 | 1110 | 100000010 | 1100000 | 101100 |
Color Harmonies of #4405DC
Complementary color
Monochromatic Colors of #4405DC
Black with #4405DC
Text Example
Text Example
White with #4405DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4405DC; }
p { color: rgb(68,5,220); }
H1.HeaderClassName
{
color: #4405DC;
}
.AnyTagClassName
{
color: #4405DC;
}
</style>
background-color css
<style>
a { background-color: #4405DC; }
a { background-color: rgb(68,5,220); }
div.DivClassName
{
background-color: #4405DC;
}
.BgClassName
{
background-color: #4405DC;
}
</style>
border-color css
<style>
span { border-color: #4405DC; }
span { border-color: rgb(68,5,220); }
td.TdClassName
{
border-color: #4405DC;
}
.TagClassName
{
border-color: #4405DC;
}
</style>