Shades of Han Purple #441FEE
Tints of Han Purple #441FEE
RGB
CMYK
RGB Variations
Color information
#441FEE (or 0x441FEE) is known color: Han Purple. HEX triplet: 44, 1F and EE. RGB value is (68,31,238). Sum of RGB (Red+Green+Blue) = 68+31+238=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #441FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441FEE is #BBE011. Grayscale: #404040. Windows color (decimal): -12312594 or 15605572. OLE color: 15605572.
HSL color Cylindrical-coordinate representation of color #441FEE: hue angle of 250.72º degrees, saturation: 0.86, 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 #441FEE is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 31 | 238 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.07 |
| HSL | 250.72º | 0.86% | 0.53% | - |
| HSV(B) | 250.72º | 0.87% | 0.93% | - |
| XYZ | 18.31 | 8.38 | 81.54 | - |
| YUV | 65.66 | 225.26 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 238 | 0.71 | 0.87 | 0 | 0.07 | 250.72 | 0.86 | 0.53 |
| Hex | 44 | 1F | EE | 47 | 57 | 0 | 7 | FB | 56 | 35 |
| Octal | 104 | 37 | 356 | 107 | 127 | 0 | 7 | 373 | 126 | 65 |
| Binary | 1000100 | 11111 | 11101110 | 1000111 | 1010111 | 0 | 111 | 11111011 | 1010110 | 110101 |
Color Harmonies of #441FEE
Complementary color
Monochromatic Colors of #441FEE
Black with #441FEE
Text Example
Text Example
White with #441FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FEE; }
p { color: rgb(68,31,238); }
H1.HeaderClassName
{
color: #441FEE;
}
.AnyTagClassName
{
color: #441FEE;
}
</style>
background-color css
<style>
a { background-color: #441FEE; }
a { background-color: rgb(68,31,238); }
div.DivClassName
{
background-color: #441FEE;
}
.BgClassName
{
background-color: #441FEE;
}
</style>
border-color css
<style>
span { border-color: #441FEE; }
span { border-color: rgb(68,31,238); }
td.TdClassName
{
border-color: #441FEE;
}
.TagClassName
{
border-color: #441FEE;
}
</style>