Shades of Han Purple #440FE3
Tints of Han Purple #440FE3
RGB
CMYK
RGB Variations
Color information
#440FE3 (or 0x440FE3) is known color: Han Purple. HEX triplet: 44, 0F and E3. RGB value is (68,15,227). Sum of RGB (Red+Green+Blue) = 68+15+227=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 227 (89.06% from 255 or 73.23% from 310); Max value from RGB is 227 - color contains mainly: blue. Hex color #440FE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440FE3 is #BBF01C. Grayscale: #363636. Windows color (decimal): -12316701 or 14880580. OLE color: 14880580.
HSL color Cylindrical-coordinate representation of color #440FE3: hue angle of 255º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440FE3 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 15 | 227 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.11 |
| HSL | 255º | 0.88% | 0.47% | - |
| HSV(B) | 255º | 0.93% | 0.89% | - |
| XYZ | 16.42 | 7.12 | 73.18 | - |
| YUV | 55.02 | 225.06 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 227 | 0.70 | 0.93 | 0 | 0.11 | 255 | 0.88 | 0.47 |
| Hex | 44 | F | E3 | 46 | 5D | 0 | B | FF | 58 | 2F |
| Octal | 104 | 17 | 343 | 106 | 135 | 0 | 13 | 377 | 130 | 57 |
| Binary | 1000100 | 1111 | 11100011 | 1000110 | 1011101 | 0 | 1011 | 11111111 | 1011000 | 101111 |
Color Harmonies of #440FE3
Complementary color
Monochromatic Colors of #440FE3
Black with #440FE3
Text Example
Text Example
White with #440FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FE3; }
p { color: rgb(68,15,227); }
H1.HeaderClassName
{
color: #440FE3;
}
.AnyTagClassName
{
color: #440FE3;
}
</style>
background-color css
<style>
a { background-color: #440FE3; }
a { background-color: rgb(68,15,227); }
div.DivClassName
{
background-color: #440FE3;
}
.BgClassName
{
background-color: #440FE3;
}
</style>
border-color css
<style>
span { border-color: #440FE3; }
span { border-color: rgb(68,15,227); }
td.TdClassName
{
border-color: #440FE3;
}
.TagClassName
{
border-color: #440FE3;
}
</style>