Shades of Han Purple #441FE8
Tints of Han Purple #441FE8
RGB
CMYK
RGB Variations
Color information
#441FE8 (or 0x441FE8) is known color: Han Purple. HEX triplet: 44, 1F and E8. RGB value is (68,31,232). Sum of RGB (Red+Green+Blue) = 68+31+232=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 232 (91.02% from 255 or 70.09% from 331); Max value from RGB is 232 - color contains mainly: blue. Hex color #441FE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #441FE8 is #BBE017. Grayscale: #404040. Windows color (decimal): -12312600 or 15212356. OLE color: 15212356.
HSL color Cylindrical-coordinate representation of color #441FE8: hue angle of 251.04º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441FE8 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 31 | 232 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.09 |
| HSL | 251.04º | 0.81% | 0.52% | - |
| HSV(B) | 251.04º | 0.87% | 0.91% | - |
| XYZ | 17.44 | 8.04 | 76.98 | - |
| YUV | 64.98 | 222.26 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 232 | 0.71 | 0.87 | 0 | 0.09 | 251.04 | 0.81 | 0.52 |
| Hex | 44 | 1F | E8 | 47 | 57 | 0 | 9 | FB | 51 | 34 |
| Octal | 104 | 37 | 350 | 107 | 127 | 0 | 11 | 373 | 121 | 64 |
| Binary | 1000100 | 11111 | 11101000 | 1000111 | 1010111 | 0 | 1001 | 11111011 | 1010001 | 110100 |
Color Harmonies of #441FE8
Complementary color
Monochromatic Colors of #441FE8
Black with #441FE8
Text Example
Text Example
White with #441FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441FE8; }
p { color: rgb(68,31,232); }
H1.HeaderClassName
{
color: #441FE8;
}
.AnyTagClassName
{
color: #441FE8;
}
</style>
background-color css
<style>
a { background-color: #441FE8; }
a { background-color: rgb(68,31,232); }
div.DivClassName
{
background-color: #441FE8;
}
.BgClassName
{
background-color: #441FE8;
}
</style>
border-color css
<style>
span { border-color: #441FE8; }
span { border-color: rgb(68,31,232); }
td.TdClassName
{
border-color: #441FE8;
}
.TagClassName
{
border-color: #441FE8;
}
</style>