Shades of Han Purple #4409DD
Tints of Han Purple #4409DD
RGB
CMYK
RGB Variations
Color information
#4409DD (or 0x4409DD) is known color: Han Purple. HEX triplet: 44, 09 and DD. RGB value is (68,9,221). Sum of RGB (Red+Green+Blue) = 68+9+221=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #4409DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4409DD is #BBF622. Grayscale: #323232. Windows color (decimal): -12318243 or 14485828. OLE color: 14485828.
HSL color Cylindrical-coordinate representation of color #4409DD: hue angle of 256.7º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4409DD is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 9 | 221 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.13 |
| HSL | 256.7º | 0.92% | 0.45% | - |
| HSV(B) | 256.7º | 0.96% | 0.87% | - |
| XYZ | 15.53 | 6.64 | 68.87 | - |
| YUV | 50.81 | 224.05 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 221 | 0.69 | 0.96 | 0 | 0.13 | 256.7 | 0.92 | 0.45 |
| Hex | 44 | 9 | DD | 45 | 60 | 0 | D | 101 | 5C | 2D |
| Octal | 104 | 11 | 335 | 105 | 140 | 0 | 15 | 401 | 134 | 55 |
| Binary | 1000100 | 1001 | 11011101 | 1000101 | 1100000 | 0 | 1101 | 100000001 | 1011100 | 101101 |
Color Harmonies of #4409DD
Complementary color
Monochromatic Colors of #4409DD
Black with #4409DD
Text Example
Text Example
White with #4409DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4409DD; }
p { color: rgb(68,9,221); }
H1.HeaderClassName
{
color: #4409DD;
}
.AnyTagClassName
{
color: #4409DD;
}
</style>
background-color css
<style>
a { background-color: #4409DD; }
a { background-color: rgb(68,9,221); }
div.DivClassName
{
background-color: #4409DD;
}
.BgClassName
{
background-color: #4409DD;
}
</style>
border-color css
<style>
span { border-color: #4409DD; }
span { border-color: rgb(68,9,221); }
td.TdClassName
{
border-color: #4409DD;
}
.TagClassName
{
border-color: #4409DD;
}
</style>