Shades of Han Purple #4427EE
Tints of Han Purple #4427EE
RGB
CMYK
RGB Variations
Color information
#4427EE (or 0x4427EE) is known color: Han Purple. HEX triplet: 44, 27 and EE. RGB value is (68,39,238). Sum of RGB (Red+Green+Blue) = 68+39+238=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 238 (93.36% from 255 or 68.99% from 345); Max value from RGB is 238 - color contains mainly: blue. Hex color #4427EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4427EE is #BBD811. Grayscale: #454545. Windows color (decimal): -12310546 or 15607620. OLE color: 15607620.
HSL color Cylindrical-coordinate representation of color #4427EE: hue angle of 248.74º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4427EE is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 39 | 238 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.07 |
| HSL | 248.74º | 0.85% | 0.54% | - |
| HSV(B) | 248.74º | 0.84% | 0.93% | - |
| XYZ | 18.54 | 8.85 | 81.62 | - |
| YUV | 70.36 | 222.61 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 39 | 238 | 0.71 | 0.84 | 0 | 0.07 | 248.74 | 0.85 | 0.54 |
| Hex | 44 | 27 | EE | 47 | 54 | 0 | 7 | F9 | 55 | 36 |
| Octal | 104 | 47 | 356 | 107 | 124 | 0 | 7 | 371 | 125 | 66 |
| Binary | 1000100 | 100111 | 11101110 | 1000111 | 1010100 | 0 | 111 | 11111001 | 1010101 | 110110 |
Color Harmonies of #4427EE
Complementary color
Monochromatic Colors of #4427EE
Black with #4427EE
Text Example
Text Example
White with #4427EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4427EE; }
p { color: rgb(68,39,238); }
H1.HeaderClassName
{
color: #4427EE;
}
.AnyTagClassName
{
color: #4427EE;
}
</style>
background-color css
<style>
a { background-color: #4427EE; }
a { background-color: rgb(68,39,238); }
div.DivClassName
{
background-color: #4427EE;
}
.BgClassName
{
background-color: #4427EE;
}
</style>
border-color css
<style>
span { border-color: #4427EE; }
span { border-color: rgb(68,39,238); }
td.TdClassName
{
border-color: #4427EE;
}
.TagClassName
{
border-color: #4427EE;
}
</style>