Shades of Han Purple #441EEF
Tints of Han Purple #441EEF
RGB
CMYK
RGB Variations
Color information
#441EEF (or 0x441EEF) is known color: Han Purple. HEX triplet: 44, 1E and EF. RGB value is (68,30,239). Sum of RGB (Red+Green+Blue) = 68+30+239=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #441EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441EEF is #BBE110. Grayscale: #404040. Windows color (decimal): -12312849 or 15670852. OLE color: 15670852.
HSL color Cylindrical-coordinate representation of color #441EEF: hue angle of 250.91º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441EEF is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 30 | 239 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.06 |
| HSL | 250.91º | 0.87% | 0.53% | - |
| HSV(B) | 250.91º | 0.87% | 0.94% | - |
| XYZ | 18.43 | 8.39 | 82.31 | - |
| YUV | 65.19 | 226.09 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 239 | 0.72 | 0.87 | 0 | 0.06 | 250.91 | 0.87 | 0.53 |
| Hex | 44 | 1E | EF | 48 | 57 | 0 | 6 | FB | 57 | 35 |
| Octal | 104 | 36 | 357 | 110 | 127 | 0 | 6 | 373 | 127 | 65 |
| Binary | 1000100 | 11110 | 11101111 | 1001000 | 1010111 | 0 | 110 | 11111011 | 1010111 | 110101 |
Color Harmonies of #441EEF
Complementary color
Monochromatic Colors of #441EEF
Black with #441EEF
Text Example
Text Example
White with #441EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441EEF; }
p { color: rgb(68,30,239); }
H1.HeaderClassName
{
color: #441EEF;
}
.AnyTagClassName
{
color: #441EEF;
}
</style>
background-color css
<style>
a { background-color: #441EEF; }
a { background-color: rgb(68,30,239); }
div.DivClassName
{
background-color: #441EEF;
}
.BgClassName
{
background-color: #441EEF;
}
</style>
border-color css
<style>
span { border-color: #441EEF; }
span { border-color: rgb(68,30,239); }
td.TdClassName
{
border-color: #441EEF;
}
.TagClassName
{
border-color: #441EEF;
}
</style>