Shades of Han Purple #4A30EE
Tints of Han Purple #4A30EE
RGB
CMYK
RGB Variations
Color information
#4A30EE (or 0x4A30EE) is known color: Han Purple. HEX triplet: 4A, 30 and EE. RGB value is (74,48,238). Sum of RGB (Red+Green+Blue) = 74+48+238=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 238 (93.36% from 255 or 66.11% from 360); Max value from RGB is 238 - color contains mainly: blue. Hex color #4A30EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A30EE is #B5CF11. Grayscale: #4C4C4C. Windows color (decimal): -11915026 or 15609930. OLE color: 15609930.
HSL color Cylindrical-coordinate representation of color #4A30EE: hue angle of 248.21º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A30EE is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 48 | 238 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.07 |
| HSL | 248.21º | 0.85% | 0.56% | - |
| HSV(B) | 248.21º | 0.8% | 0.93% | - |
| XYZ | 19.31 | 9.74 | 81.75 | - |
| YUV | 77.43 | 218.61 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 238 | 0.69 | 0.80 | 0 | 0.07 | 248.21 | 0.85 | 0.56 |
| Hex | 4A | 30 | EE | 45 | 50 | 0 | 7 | F8 | 55 | 38 |
| Octal | 112 | 60 | 356 | 105 | 120 | 0 | 7 | 370 | 125 | 70 |
| Binary | 1001010 | 110000 | 11101110 | 1000101 | 1010000 | 0 | 111 | 11111000 | 1010101 | 111000 |
Color Harmonies of #4A30EE
Complementary color
Monochromatic Colors of #4A30EE
Black with #4A30EE
Text Example
Text Example
White with #4A30EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A30EE; }
p { color: rgb(74,48,238); }
H1.HeaderClassName
{
color: #4A30EE;
}
.AnyTagClassName
{
color: #4A30EE;
}
</style>
background-color css
<style>
a { background-color: #4A30EE; }
a { background-color: rgb(74,48,238); }
div.DivClassName
{
background-color: #4A30EE;
}
.BgClassName
{
background-color: #4A30EE;
}
</style>
border-color css
<style>
span { border-color: #4A30EE; }
span { border-color: rgb(74,48,238); }
td.TdClassName
{
border-color: #4A30EE;
}
.TagClassName
{
border-color: #4A30EE;
}
</style>