Shades of Han Purple #441EDF
Tints of Han Purple #441EDF
RGB
CMYK
RGB Variations
Color information
#441EDF (or 0x441EDF) is known color: Han Purple. HEX triplet: 44, 1E and DF. RGB value is (68,30,223). Sum of RGB (Red+Green+Blue) = 68+30+223=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #441EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441EDF is #BBE120. Grayscale: #3E3E3E. Windows color (decimal): -12312865 or 14622276. OLE color: 14622276.
HSL color Cylindrical-coordinate representation of color #441EDF: hue angle of 251.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441EDF is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 30 | 223 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.13 |
| HSL | 251.81º | 0.76% | 0.5% | - |
| HSV(B) | 251.81º | 0.87% | 0.87% | - |
| XYZ | 16.17 | 7.49 | 70.4 | - |
| YUV | 63.36 | 218.09 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 223 | 0.70 | 0.87 | 0 | 0.13 | 251.81 | 0.76 | 0.5 |
| Hex | 44 | 1E | DF | 46 | 57 | 0 | D | FC | 4C | 32 |
| Octal | 104 | 36 | 337 | 106 | 127 | 0 | 15 | 374 | 114 | 62 |
| Binary | 1000100 | 11110 | 11011111 | 1000110 | 1010111 | 0 | 1101 | 11111100 | 1001100 | 110010 |
Color Harmonies of #441EDF
Complementary color
Monochromatic Colors of #441EDF
Black with #441EDF
Text Example
Text Example
White with #441EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441EDF; }
p { color: rgb(68,30,223); }
H1.HeaderClassName
{
color: #441EDF;
}
.AnyTagClassName
{
color: #441EDF;
}
</style>
background-color css
<style>
a { background-color: #441EDF; }
a { background-color: rgb(68,30,223); }
div.DivClassName
{
background-color: #441EDF;
}
.BgClassName
{
background-color: #441EDF;
}
</style>
border-color css
<style>
span { border-color: #441EDF; }
span { border-color: rgb(68,30,223); }
td.TdClassName
{
border-color: #441EDF;
}
.TagClassName
{
border-color: #441EDF;
}
</style>