Shades of Han Purple #441EED
Tints of Han Purple #441EED
RGB
CMYK
RGB Variations
Color information
#441EED (or 0x441EED) is known color: Han Purple. HEX triplet: 44, 1E and ED. RGB value is (68,30,237). Sum of RGB (Red+Green+Blue) = 68+30+237=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #441EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441EED is #BBE112. Grayscale: #404040. Windows color (decimal): -12312851 or 15539780. OLE color: 15539780.
HSL color Cylindrical-coordinate representation of color #441EED: hue angle of 251.01º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441EED is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 30 | 237 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.07 |
| HSL | 251.01º | 0.85% | 0.52% | - |
| HSV(B) | 251.01º | 0.87% | 0.93% | - |
| XYZ | 18.13 | 8.27 | 80.76 | - |
| YUV | 64.96 | 225.09 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 237 | 0.71 | 0.87 | 0 | 0.07 | 251.01 | 0.85 | 0.52 |
| Hex | 44 | 1E | ED | 47 | 57 | 0 | 7 | FB | 55 | 34 |
| Octal | 104 | 36 | 355 | 107 | 127 | 0 | 7 | 373 | 125 | 64 |
| Binary | 1000100 | 11110 | 11101101 | 1000111 | 1010111 | 0 | 111 | 11111011 | 1010101 | 110100 |
Color Harmonies of #441EED
Complementary color
Monochromatic Colors of #441EED
Black with #441EED
Text Example
Text Example
White with #441EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441EED; }
p { color: rgb(68,30,237); }
H1.HeaderClassName
{
color: #441EED;
}
.AnyTagClassName
{
color: #441EED;
}
</style>
background-color css
<style>
a { background-color: #441EED; }
a { background-color: rgb(68,30,237); }
div.DivClassName
{
background-color: #441EED;
}
.BgClassName
{
background-color: #441EED;
}
</style>
border-color css
<style>
span { border-color: #441EED; }
span { border-color: rgb(68,30,237); }
td.TdClassName
{
border-color: #441EED;
}
.TagClassName
{
border-color: #441EED;
}
</style>