Shades of Han Purple #441DED
Tints of Han Purple #441DED
RGB
CMYK
RGB Variations
Color information
#441DED (or 0x441DED) is known color: Han Purple. HEX triplet: 44, 1D and ED. RGB value is (68,29,237). Sum of RGB (Red+Green+Blue) = 68+29+237=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 237 (92.97% from 255 or 70.96% from 334); Max value from RGB is 237 - color contains mainly: blue. Hex color #441DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441DED is #BBE212. Grayscale: #3F3F3F. Windows color (decimal): -12313107 or 15539524. OLE color: 15539524.
HSL color Cylindrical-coordinate representation of color #441DED: hue angle of 251.25º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441DED is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 29 | 237 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.07 |
| HSL | 251.25º | 0.85% | 0.52% | - |
| HSV(B) | 251.25º | 0.88% | 0.93% | - |
| XYZ | 18.11 | 8.22 | 80.75 | - |
| YUV | 64.37 | 225.42 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 237 | 0.71 | 0.88 | 0 | 0.07 | 251.25 | 0.85 | 0.52 |
| Hex | 44 | 1D | ED | 47 | 58 | 0 | 7 | FB | 55 | 34 |
| Octal | 104 | 35 | 355 | 107 | 130 | 0 | 7 | 373 | 125 | 64 |
| Binary | 1000100 | 11101 | 11101101 | 1000111 | 1011000 | 0 | 111 | 11111011 | 1010101 | 110100 |
Color Harmonies of #441DED
Complementary color
Monochromatic Colors of #441DED
Black with #441DED
Text Example
Text Example
White with #441DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441DED; }
p { color: rgb(68,29,237); }
H1.HeaderClassName
{
color: #441DED;
}
.AnyTagClassName
{
color: #441DED;
}
</style>
background-color css
<style>
a { background-color: #441DED; }
a { background-color: rgb(68,29,237); }
div.DivClassName
{
background-color: #441DED;
}
.BgClassName
{
background-color: #441DED;
}
</style>
border-color css
<style>
span { border-color: #441DED; }
span { border-color: rgb(68,29,237); }
td.TdClassName
{
border-color: #441DED;
}
.TagClassName
{
border-color: #441DED;
}
</style>