Shades of Han Purple #440FEE
Tints of Han Purple #440FEE
RGB
CMYK
RGB Variations
Color information
#440FEE (or 0x440FEE) is known color: Han Purple. HEX triplet: 44, 0F and EE. RGB value is (68,15,238). Sum of RGB (Red+Green+Blue) = 68+15+238=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #440FEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440FEE is #BBF011. Grayscale: #373737. Windows color (decimal): -12316690 or 15601476. OLE color: 15601476.
HSL color Cylindrical-coordinate representation of color #440FEE: hue angle of 254.26º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440FEE is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 15 | 238 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.07 |
| HSL | 254.26º | 0.88% | 0.5% | - |
| HSV(B) | 254.26º | 0.94% | 0.93% | - |
| XYZ | 17.99 | 7.74 | 81.44 | - |
| YUV | 56.27 | 230.56 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 238 | 0.71 | 0.94 | 0 | 0.07 | 254.26 | 0.88 | 0.5 |
| Hex | 44 | F | EE | 47 | 5E | 0 | 7 | FE | 58 | 32 |
| Octal | 104 | 17 | 356 | 107 | 136 | 0 | 7 | 376 | 130 | 62 |
| Binary | 1000100 | 1111 | 11101110 | 1000111 | 1011110 | 0 | 111 | 11111110 | 1011000 | 110010 |
Color Harmonies of #440FEE
Complementary color
Monochromatic Colors of #440FEE
Black with #440FEE
Text Example
Text Example
White with #440FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FEE; }
p { color: rgb(68,15,238); }
H1.HeaderClassName
{
color: #440FEE;
}
.AnyTagClassName
{
color: #440FEE;
}
</style>
background-color css
<style>
a { background-color: #440FEE; }
a { background-color: rgb(68,15,238); }
div.DivClassName
{
background-color: #440FEE;
}
.BgClassName
{
background-color: #440FEE;
}
</style>
border-color css
<style>
span { border-color: #440FEE; }
span { border-color: rgb(68,15,238); }
td.TdClassName
{
border-color: #440FEE;
}
.TagClassName
{
border-color: #440FEE;
}
</style>