Shades of Han Purple #4330EA
Tints of Han Purple #4330EA
RGB
CMYK
RGB Variations
Color information
#4330EA (or 0x4330EA) is known color: Han Purple. HEX triplet: 43, 30 and EA. RGB value is (67,48,234). Sum of RGB (Red+Green+Blue) = 67+48+234=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 234 (91.80% from 255 or 67.05% from 349); Max value from RGB is 234 - color contains mainly: blue. Hex color #4330EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4330EA is #BCCF15. Grayscale: #4A4A4A. Windows color (decimal): -12373782 or 15347779. OLE color: 15347779.
HSL color Cylindrical-coordinate representation of color #4330EA: hue angle of 246.13º 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 #4330EA is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 48 | 234 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.08 |
| HSL | 246.13º | 0.82% | 0.55% | - |
| HSV(B) | 246.13º | 0.79% | 0.92% | - |
| XYZ | 18.22 | 9.25 | 78.67 | - |
| YUV | 74.89 | 217.79 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 48 | 234 | 0.71 | 0.79 | 0 | 0.08 | 246.13 | 0.82 | 0.55 |
| Hex | 43 | 30 | EA | 47 | 4F | 0 | 8 | F6 | 52 | 37 |
| Octal | 103 | 60 | 352 | 107 | 117 | 0 | 10 | 366 | 122 | 67 |
| Binary | 1000011 | 110000 | 11101010 | 1000111 | 1001111 | 0 | 1000 | 11110110 | 1010010 | 110111 |
Color Harmonies of #4330EA
Complementary color
Monochromatic Colors of #4330EA
Black with #4330EA
Text Example
Text Example
White with #4330EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4330EA; }
p { color: rgb(67,48,234); }
H1.HeaderClassName
{
color: #4330EA;
}
.AnyTagClassName
{
color: #4330EA;
}
</style>
background-color css
<style>
a { background-color: #4330EA; }
a { background-color: rgb(67,48,234); }
div.DivClassName
{
background-color: #4330EA;
}
.BgClassName
{
background-color: #4330EA;
}
</style>
border-color css
<style>
span { border-color: #4330EA; }
span { border-color: rgb(67,48,234); }
td.TdClassName
{
border-color: #4330EA;
}
.TagClassName
{
border-color: #4330EA;
}
</style>