Shades of Han Purple #4A30EA
Tints of Han Purple #4A30EA
RGB
CMYK
RGB Variations
Color information
#4A30EA (or 0x4A30EA) is known color: Han Purple. HEX triplet: 4A, 30 and EA. RGB value is (74,48,234). Sum of RGB (Red+Green+Blue) = 74+48+234=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A30EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A30EA is #B5CF15. Grayscale: #4C4C4C. Windows color (decimal): -11915030 or 15347786. OLE color: 15347786.
HSL color Cylindrical-coordinate representation of color #4A30EA: hue angle of 248.39º 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 #4A30EA is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 48 | 234 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.08 |
| HSL | 248.39º | 0.82% | 0.55% | - |
| HSV(B) | 248.39º | 0.79% | 0.92% | - |
| XYZ | 18.73 | 9.51 | 78.69 | - |
| YUV | 76.98 | 216.61 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 234 | 0.68 | 0.79 | 0 | 0.08 | 248.39 | 0.82 | 0.55 |
| Hex | 4A | 30 | EA | 44 | 4F | 0 | 8 | F8 | 52 | 37 |
| Octal | 112 | 60 | 352 | 104 | 117 | 0 | 10 | 370 | 122 | 67 |
| Binary | 1001010 | 110000 | 11101010 | 1000100 | 1001111 | 0 | 1000 | 11111000 | 1010010 | 110111 |
Color Harmonies of #4A30EA
Complementary color
Monochromatic Colors of #4A30EA
Black with #4A30EA
Text Example
Text Example
White with #4A30EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A30EA; }
p { color: rgb(74,48,234); }
H1.HeaderClassName
{
color: #4A30EA;
}
.AnyTagClassName
{
color: #4A30EA;
}
</style>
background-color css
<style>
a { background-color: #4A30EA; }
a { background-color: rgb(74,48,234); }
div.DivClassName
{
background-color: #4A30EA;
}
.BgClassName
{
background-color: #4A30EA;
}
</style>
border-color css
<style>
span { border-color: #4A30EA; }
span { border-color: rgb(74,48,234); }
td.TdClassName
{
border-color: #4A30EA;
}
.TagClassName
{
border-color: #4A30EA;
}
</style>