Shades of Han Purple #4428EE
Tints of Han Purple #4428EE
RGB
CMYK
RGB Variations
Color information
#4428EE (or 0x4428EE) is known color: Han Purple. HEX triplet: 44, 28 and EE. RGB value is (68,40,238). Sum of RGB (Red+Green+Blue) = 68+40+238=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #4428EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4428EE is #BBD711. Grayscale: #464646. Windows color (decimal): -12310290 or 15607876. OLE color: 15607876.
HSL color Cylindrical-coordinate representation of color #4428EE: hue angle of 248.48º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4428EE is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 40 | 238 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.07 |
| HSL | 248.48º | 0.85% | 0.55% | - |
| HSV(B) | 248.48º | 0.83% | 0.93% | - |
| XYZ | 18.58 | 8.92 | 81.63 | - |
| YUV | 70.94 | 222.28 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 238 | 0.71 | 0.83 | 0 | 0.07 | 248.48 | 0.85 | 0.55 |
| Hex | 44 | 28 | EE | 47 | 53 | 0 | 7 | F8 | 55 | 37 |
| Octal | 104 | 50 | 356 | 107 | 123 | 0 | 7 | 370 | 125 | 67 |
| Binary | 1000100 | 101000 | 11101110 | 1000111 | 1010011 | 0 | 111 | 11111000 | 1010101 | 110111 |
Color Harmonies of #4428EE
Complementary color
Monochromatic Colors of #4428EE
Black with #4428EE
Text Example
Text Example
White with #4428EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4428EE; }
p { color: rgb(68,40,238); }
H1.HeaderClassName
{
color: #4428EE;
}
.AnyTagClassName
{
color: #4428EE;
}
</style>
background-color css
<style>
a { background-color: #4428EE; }
a { background-color: rgb(68,40,238); }
div.DivClassName
{
background-color: #4428EE;
}
.BgClassName
{
background-color: #4428EE;
}
</style>
border-color css
<style>
span { border-color: #4428EE; }
span { border-color: rgb(68,40,238); }
td.TdClassName
{
border-color: #4428EE;
}
.TagClassName
{
border-color: #4428EE;
}
</style>