Shades of Han Purple #440FE1
Tints of Han Purple #440FE1
RGB
CMYK
RGB Variations
Color information
#440FE1 (or 0x440FE1) is known color: Han Purple. HEX triplet: 44, 0F and E1. RGB value is (68,15,225). Sum of RGB (Red+Green+Blue) = 68+15+225=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 225 (88.28% from 255 or 73.05% from 308); Max value from RGB is 225 - color contains mainly: blue. Hex color #440FE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440FE1 is #BBF01E. Grayscale: #363636. Windows color (decimal): -12316703 or 14749508. OLE color: 14749508.
HSL color Cylindrical-coordinate representation of color #440FE1: hue angle of 255.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440FE1 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 15 | 225 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.12 |
| HSL | 255.14º | 0.88% | 0.47% | - |
| HSV(B) | 255.14º | 0.93% | 0.88% | - |
| XYZ | 16.15 | 7.01 | 71.74 | - |
| YUV | 54.79 | 224.06 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 225 | 0.70 | 0.93 | 0 | 0.12 | 255.14 | 0.88 | 0.47 |
| Hex | 44 | F | E1 | 46 | 5D | 0 | C | FF | 58 | 2F |
| Octal | 104 | 17 | 341 | 106 | 135 | 0 | 14 | 377 | 130 | 57 |
| Binary | 1000100 | 1111 | 11100001 | 1000110 | 1011101 | 0 | 1100 | 11111111 | 1011000 | 101111 |
Color Harmonies of #440FE1
Complementary color
Monochromatic Colors of #440FE1
Black with #440FE1
Text Example
Text Example
White with #440FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FE1; }
p { color: rgb(68,15,225); }
H1.HeaderClassName
{
color: #440FE1;
}
.AnyTagClassName
{
color: #440FE1;
}
</style>
background-color css
<style>
a { background-color: #440FE1; }
a { background-color: rgb(68,15,225); }
div.DivClassName
{
background-color: #440FE1;
}
.BgClassName
{
background-color: #440FE1;
}
</style>
border-color css
<style>
span { border-color: #440FE1; }
span { border-color: rgb(68,15,225); }
td.TdClassName
{
border-color: #440FE1;
}
.TagClassName
{
border-color: #440FE1;
}
</style>