Shades of Han Purple #4431DD
Tints of Han Purple #4431DD
RGB
CMYK
RGB Variations
Color information
#4431DD (or 0x4431DD) is known color: Han Purple. HEX triplet: 44, 31 and DD. RGB value is (68,49,221). Sum of RGB (Red+Green+Blue) = 68+49+221=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #4431DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4431DD is #BBCE22. Grayscale: #494949. Windows color (decimal): -12308003 or 14496068. OLE color: 14496068.
HSL color Cylindrical-coordinate representation of color #4431DD: hue angle of 246.63º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4431DD is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 49 | 221 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.13 |
| HSL | 246.63º | 0.72% | 0.53% | - |
| HSV(B) | 246.63º | 0.78% | 0.87% | - |
| XYZ | 16.53 | 8.65 | 69.2 | - |
| YUV | 74.29 | 210.79 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 221 | 0.69 | 0.78 | 0 | 0.13 | 246.63 | 0.72 | 0.53 |
| Hex | 44 | 31 | DD | 45 | 4E | 0 | D | F7 | 48 | 35 |
| Octal | 104 | 61 | 335 | 105 | 116 | 0 | 15 | 367 | 110 | 65 |
| Binary | 1000100 | 110001 | 11011101 | 1000101 | 1001110 | 0 | 1101 | 11110111 | 1001000 | 110101 |
Color Harmonies of #4431DD
Complementary color
Monochromatic Colors of #4431DD
Black with #4431DD
Text Example
Text Example
White with #4431DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4431DD; }
p { color: rgb(68,49,221); }
H1.HeaderClassName
{
color: #4431DD;
}
.AnyTagClassName
{
color: #4431DD;
}
</style>
background-color css
<style>
a { background-color: #4431DD; }
a { background-color: rgb(68,49,221); }
div.DivClassName
{
background-color: #4431DD;
}
.BgClassName
{
background-color: #4431DD;
}
</style>
border-color css
<style>
span { border-color: #4431DD; }
span { border-color: rgb(68,49,221); }
td.TdClassName
{
border-color: #4431DD;
}
.TagClassName
{
border-color: #4431DD;
}
</style>