Shades of Han Purple #4415DD
Tints of Han Purple #4415DD
RGB
CMYK
RGB Variations
Color information
#4415DD (or 0x4415DD) is known color: Han Purple. HEX triplet: 44, 15 and DD. RGB value is (68,21,221). Sum of RGB (Red+Green+Blue) = 68+21+221=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 221 (86.72% from 255 or 71.29% from 310); Max value from RGB is 221 - color contains mainly: blue. Hex color #4415DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4415DD is #BBEA22. Grayscale: #393939. Windows color (decimal): -12315171 or 14488900. OLE color: 14488900.
HSL color Cylindrical-coordinate representation of color #4415DD: hue angle of 254.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4415DD is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 21 | 221 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.13 |
| HSL | 254.1º | 0.83% | 0.47% | - |
| HSV(B) | 254.1º | 0.9% | 0.87% | - |
| XYZ | 15.7 | 6.99 | 68.93 | - |
| YUV | 57.85 | 220.07 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 21 | 221 | 0.69 | 0.90 | 0 | 0.13 | 254.1 | 0.83 | 0.47 |
| Hex | 44 | 15 | DD | 45 | 5A | 0 | D | FE | 53 | 2F |
| Octal | 104 | 25 | 335 | 105 | 132 | 0 | 15 | 376 | 123 | 57 |
| Binary | 1000100 | 10101 | 11011101 | 1000101 | 1011010 | 0 | 1101 | 11111110 | 1010011 | 101111 |
Color Harmonies of #4415DD
Complementary color
Monochromatic Colors of #4415DD
Black with #4415DD
Text Example
Text Example
White with #4415DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4415DD; }
p { color: rgb(68,21,221); }
H1.HeaderClassName
{
color: #4415DD;
}
.AnyTagClassName
{
color: #4415DD;
}
</style>
background-color css
<style>
a { background-color: #4415DD; }
a { background-color: rgb(68,21,221); }
div.DivClassName
{
background-color: #4415DD;
}
.BgClassName
{
background-color: #4415DD;
}
</style>
border-color css
<style>
span { border-color: #4415DD; }
span { border-color: rgb(68,21,221); }
td.TdClassName
{
border-color: #4415DD;
}
.TagClassName
{
border-color: #4415DD;
}
</style>