Shades of Han Purple #441FED
Tints of Han Purple #441FED
RGB
CMYK
RGB Variations
Color information
#441FED (or 0x441FED) is known color: Han Purple. HEX triplet: 44, 1F and ED. RGB value is (68,31,237). Sum of RGB (Red+Green+Blue) = 68+31+237=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #441FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441FED is #BBE012. Grayscale: #404040. Windows color (decimal): -12312595 or 15540036. OLE color: 15540036.
HSL color Cylindrical-coordinate representation of color #441FED: hue angle of 250.78º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441FED is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 31 | 237 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.07 |
| HSL | 250.78º | 0.85% | 0.53% | - |
| HSV(B) | 250.78º | 0.87% | 0.93% | - |
| XYZ | 18.16 | 8.32 | 80.77 | - |
| YUV | 65.55 | 224.76 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 237 | 0.71 | 0.87 | 0 | 0.07 | 250.78 | 0.85 | 0.53 |
| Hex | 44 | 1F | ED | 47 | 57 | 0 | 7 | FB | 55 | 35 |
| Octal | 104 | 37 | 355 | 107 | 127 | 0 | 7 | 373 | 125 | 65 |
| Binary | 1000100 | 11111 | 11101101 | 1000111 | 1010111 | 0 | 111 | 11111011 | 1010101 | 110101 |
Color Harmonies of #441FED
Complementary color
Monochromatic Colors of #441FED
Black with #441FED
Text Example
Text Example
White with #441FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FED; }
p { color: rgb(68,31,237); }
H1.HeaderClassName
{
color: #441FED;
}
.AnyTagClassName
{
color: #441FED;
}
</style>
background-color css
<style>
a { background-color: #441FED; }
a { background-color: rgb(68,31,237); }
div.DivClassName
{
background-color: #441FED;
}
.BgClassName
{
background-color: #441FED;
}
</style>
border-color css
<style>
span { border-color: #441FED; }
span { border-color: rgb(68,31,237); }
td.TdClassName
{
border-color: #441FED;
}
.TagClassName
{
border-color: #441FED;
}
</style>