Shades of Han Purple #440DEE
Tints of Han Purple #440DEE
RGB
CMYK
RGB Variations
Color information
#440DEE (or 0x440DEE) is known color: Han Purple. HEX triplet: 44, 0D and EE. RGB value is (68,13,238). Sum of RGB (Red+Green+Blue) = 68+13+238=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 238 (93.36% from 255 or 74.61% from 319); Max value from RGB is 238 - color contains mainly: blue. Hex color #440DEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440DEE is #BBF211. Grayscale: #363636. Windows color (decimal): -12317202 or 15600964. OLE color: 15600964.
HSL color Cylindrical-coordinate representation of color #440DEE: hue angle of 254.67º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440DEE is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 13 | 238 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.07 |
| HSL | 254.67º | 0.9% | 0.49% | - |
| HSV(B) | 254.67º | 0.95% | 0.93% | - |
| XYZ | 17.96 | 7.69 | 81.43 | - |
| YUV | 55.1 | 231.22 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 238 | 0.71 | 0.95 | 0 | 0.07 | 254.67 | 0.9 | 0.49 |
| Hex | 44 | D | EE | 47 | 5F | 0 | 7 | FF | 5A | 31 |
| Octal | 104 | 15 | 356 | 107 | 137 | 0 | 7 | 377 | 132 | 61 |
| Binary | 1000100 | 1101 | 11101110 | 1000111 | 1011111 | 0 | 111 | 11111111 | 1011010 | 110001 |
Color Harmonies of #440DEE
Complementary color
Monochromatic Colors of #440DEE
Black with #440DEE
Text Example
Text Example
White with #440DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440DEE; }
p { color: rgb(68,13,238); }
H1.HeaderClassName
{
color: #440DEE;
}
.AnyTagClassName
{
color: #440DEE;
}
</style>
background-color css
<style>
a { background-color: #440DEE; }
a { background-color: rgb(68,13,238); }
div.DivClassName
{
background-color: #440DEE;
}
.BgClassName
{
background-color: #440DEE;
}
</style>
border-color css
<style>
span { border-color: #440DEE; }
span { border-color: rgb(68,13,238); }
td.TdClassName
{
border-color: #440DEE;
}
.TagClassName
{
border-color: #440DEE;
}
</style>