Shades of Han Purple #4430EA
Tints of Han Purple #4430EA
RGB
CMYK
RGB Variations
Color information
#4430EA (or 0x4430EA) is known color: Han Purple. HEX triplet: 44, 30 and EA. RGB value is (68,48,234). Sum of RGB (Red+Green+Blue) = 68+48+234=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #4430EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4430EA is #BBCF15. Grayscale: #4A4A4A. Windows color (decimal): -12308246 or 15347780. OLE color: 15347780.
HSL color Cylindrical-coordinate representation of color #4430EA: hue angle of 246.45º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4430EA is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 48 | 234 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.08 |
| HSL | 246.45º | 0.82% | 0.55% | - |
| HSV(B) | 246.45º | 0.79% | 0.92% | - |
| XYZ | 18.29 | 9.28 | 78.67 | - |
| YUV | 75.18 | 217.63 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 48 | 234 | 0.71 | 0.79 | 0 | 0.08 | 246.45 | 0.82 | 0.55 |
| Hex | 44 | 30 | EA | 47 | 4F | 0 | 8 | F6 | 52 | 37 |
| Octal | 104 | 60 | 352 | 107 | 117 | 0 | 10 | 366 | 122 | 67 |
| Binary | 1000100 | 110000 | 11101010 | 1000111 | 1001111 | 0 | 1000 | 11110110 | 1010010 | 110111 |
Color Harmonies of #4430EA
Complementary color
Monochromatic Colors of #4430EA
Black with #4430EA
Text Example
Text Example
White with #4430EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4430EA; }
p { color: rgb(68,48,234); }
H1.HeaderClassName
{
color: #4430EA;
}
.AnyTagClassName
{
color: #4430EA;
}
</style>
background-color css
<style>
a { background-color: #4430EA; }
a { background-color: rgb(68,48,234); }
div.DivClassName
{
background-color: #4430EA;
}
.BgClassName
{
background-color: #4430EA;
}
</style>
border-color css
<style>
span { border-color: #4430EA; }
span { border-color: rgb(68,48,234); }
td.TdClassName
{
border-color: #4430EA;
}
.TagClassName
{
border-color: #4430EA;
}
</style>