Shades of Han Purple #442EE8
Tints of Han Purple #442EE8
RGB
CMYK
RGB Variations
Color information
#442EE8 (or 0x442EE8) is known color: Han Purple. HEX triplet: 44, 2E and E8. RGB value is (68,46,232). Sum of RGB (Red+Green+Blue) = 68+46+232=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 232 (91.02% from 255 or 67.05% from 346); Max value from RGB is 232 - color contains mainly: blue. Hex color #442EE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442EE8 is #BBD117. Grayscale: #494949. Windows color (decimal): -12308760 or 15216196. OLE color: 15216196.
HSL color Cylindrical-coordinate representation of color #442EE8: hue angle of 247.1º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #442EE8 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 46 | 232 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.09 |
| HSL | 247.1º | 0.8% | 0.55% | - |
| HSV(B) | 247.1º | 0.8% | 0.91% | - |
| XYZ | 17.93 | 9.01 | 77.14 | - |
| YUV | 73.78 | 217.29 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 232 | 0.71 | 0.80 | 0 | 0.09 | 247.1 | 0.8 | 0.55 |
| Hex | 44 | 2E | E8 | 47 | 50 | 0 | 9 | F7 | 50 | 37 |
| Octal | 104 | 56 | 350 | 107 | 120 | 0 | 11 | 367 | 120 | 67 |
| Binary | 1000100 | 101110 | 11101000 | 1000111 | 1010000 | 0 | 1001 | 11110111 | 1010000 | 110111 |
Color Harmonies of #442EE8
Complementary color
Monochromatic Colors of #442EE8
Black with #442EE8
Text Example
Text Example
White with #442EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442EE8; }
p { color: rgb(68,46,232); }
H1.HeaderClassName
{
color: #442EE8;
}
.AnyTagClassName
{
color: #442EE8;
}
</style>
background-color css
<style>
a { background-color: #442EE8; }
a { background-color: rgb(68,46,232); }
div.DivClassName
{
background-color: #442EE8;
}
.BgClassName
{
background-color: #442EE8;
}
</style>
border-color css
<style>
span { border-color: #442EE8; }
span { border-color: rgb(68,46,232); }
td.TdClassName
{
border-color: #442EE8;
}
.TagClassName
{
border-color: #442EE8;
}
</style>