Shades of Han Purple #4427EA
Tints of Han Purple #4427EA
RGB
CMYK
RGB Variations
Color information
#4427EA (or 0x4427EA) is known color: Han Purple. HEX triplet: 44, 27 and EA. RGB value is (68,39,234). Sum of RGB (Red+Green+Blue) = 68+39+234=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #4427EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4427EA is #BBD815. Grayscale: #454545. Windows color (decimal): -12310550 or 15345476. OLE color: 15345476.
HSL color Cylindrical-coordinate representation of color #4427EA: hue angle of 248.92º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4427EA is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 39 | 234 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.08 |
| HSL | 248.92º | 0.82% | 0.54% | - |
| HSV(B) | 248.92º | 0.83% | 0.92% | - |
| XYZ | 17.96 | 8.62 | 78.56 | - |
| YUV | 69.9 | 220.61 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 39 | 234 | 0.71 | 0.83 | 0 | 0.08 | 248.92 | 0.82 | 0.54 |
| Hex | 44 | 27 | EA | 47 | 53 | 0 | 8 | F9 | 52 | 36 |
| Octal | 104 | 47 | 352 | 107 | 123 | 0 | 10 | 371 | 122 | 66 |
| Binary | 1000100 | 100111 | 11101010 | 1000111 | 1010011 | 0 | 1000 | 11111001 | 1010010 | 110110 |
Color Harmonies of #4427EA
Complementary color
Monochromatic Colors of #4427EA
Black with #4427EA
Text Example
Text Example
White with #4427EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4427EA; }
p { color: rgb(68,39,234); }
H1.HeaderClassName
{
color: #4427EA;
}
.AnyTagClassName
{
color: #4427EA;
}
</style>
background-color css
<style>
a { background-color: #4427EA; }
a { background-color: rgb(68,39,234); }
div.DivClassName
{
background-color: #4427EA;
}
.BgClassName
{
background-color: #4427EA;
}
</style>
border-color css
<style>
span { border-color: #4427EA; }
span { border-color: rgb(68,39,234); }
td.TdClassName
{
border-color: #4427EA;
}
.TagClassName
{
border-color: #4427EA;
}
</style>