Shades of Han Purple #440FE8
Tints of Han Purple #440FE8
RGB
CMYK
RGB Variations
Color information
#440FE8 (or 0x440FE8) is known color: Han Purple. HEX triplet: 44, 0F and E8. RGB value is (68,15,232). Sum of RGB (Red+Green+Blue) = 68+15+232=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 232 (91.02% from 255 or 73.65% from 315); Max value from RGB is 232 - color contains mainly: blue. Hex color #440FE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440FE8 is #BBF017. Grayscale: #363636. Windows color (decimal): -12316696 or 15208260. OLE color: 15208260.
HSL color Cylindrical-coordinate representation of color #440FE8: hue angle of 254.65º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440FE8 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 15 | 232 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.09 |
| HSL | 254.65º | 0.88% | 0.48% | - |
| HSV(B) | 254.65º | 0.94% | 0.91% | - |
| XYZ | 17.12 | 7.4 | 76.87 | - |
| YUV | 55.59 | 227.56 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 232 | 0.71 | 0.94 | 0 | 0.09 | 254.65 | 0.88 | 0.48 |
| Hex | 44 | F | E8 | 47 | 5E | 0 | 9 | FF | 58 | 30 |
| Octal | 104 | 17 | 350 | 107 | 136 | 0 | 11 | 377 | 130 | 60 |
| Binary | 1000100 | 1111 | 11101000 | 1000111 | 1011110 | 0 | 1001 | 11111111 | 1011000 | 110000 |
Color Harmonies of #440FE8
Complementary color
Monochromatic Colors of #440FE8
Black with #440FE8
Text Example
Text Example
White with #440FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FE8; }
p { color: rgb(68,15,232); }
H1.HeaderClassName
{
color: #440FE8;
}
.AnyTagClassName
{
color: #440FE8;
}
</style>
background-color css
<style>
a { background-color: #440FE8; }
a { background-color: rgb(68,15,232); }
div.DivClassName
{
background-color: #440FE8;
}
.BgClassName
{
background-color: #440FE8;
}
</style>
border-color css
<style>
span { border-color: #440FE8; }
span { border-color: rgb(68,15,232); }
td.TdClassName
{
border-color: #440FE8;
}
.TagClassName
{
border-color: #440FE8;
}
</style>