Shades of Han Purple #4404DA
Tints of Han Purple #4404DA
RGB
CMYK
RGB Variations
Color information
#4404DA (or 0x4404DA) is known color: Han Purple. HEX triplet: 44, 04 and DA. RGB value is (68,4,218). Sum of RGB (Red+Green+Blue) = 68+4+218=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 218 (85.55% from 255 or 75.17% from 290); Max value from RGB is 218 - color contains mainly: blue. Hex color #4404DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4404DA is #BBFB25. Grayscale: #2E2E2E. Windows color (decimal): -12319526 or 14287940. OLE color: 14287940.
HSL color Cylindrical-coordinate representation of color #4404DA: hue angle of 257.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4404DA is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 4 | 218 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.15 |
| HSL | 257.94º | 0.96% | 0.44% | - |
| HSV(B) | 257.94º | 0.98% | 0.85% | - |
| XYZ | 15.08 | 6.38 | 66.77 | - |
| YUV | 47.53 | 224.2 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 218 | 0.69 | 0.98 | 0 | 0.15 | 257.94 | 0.96 | 0.44 |
| Hex | 44 | 4 | DA | 45 | 62 | 0 | F | 102 | 60 | 2C |
| Octal | 104 | 4 | 332 | 105 | 142 | 0 | 17 | 402 | 140 | 54 |
| Binary | 1000100 | 100 | 11011010 | 1000101 | 1100010 | 0 | 1111 | 100000010 | 1100000 | 101100 |
Color Harmonies of #4404DA
Complementary color
Monochromatic Colors of #4404DA
Black with #4404DA
Text Example
Text Example
White with #4404DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4404DA; }
p { color: rgb(68,4,218); }
H1.HeaderClassName
{
color: #4404DA;
}
.AnyTagClassName
{
color: #4404DA;
}
</style>
background-color css
<style>
a { background-color: #4404DA; }
a { background-color: rgb(68,4,218); }
div.DivClassName
{
background-color: #4404DA;
}
.BgClassName
{
background-color: #4404DA;
}
</style>
border-color css
<style>
span { border-color: #4404DA; }
span { border-color: rgb(68,4,218); }
td.TdClassName
{
border-color: #4404DA;
}
.TagClassName
{
border-color: #4404DA;
}
</style>