Shades of Han Purple #4A30F2
Tints of Han Purple #4A30F2
RGB
CMYK
RGB Variations
Color information
#4A30F2 (or 0x4A30F2) is known color: Han Purple. HEX triplet: 4A, 30 and F2. RGB value is (74,48,242). Sum of RGB (Red+Green+Blue) = 74+48+242=364 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.33% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 242 (94.92% from 255 or 66.48% from 364); Max value from RGB is 242 - color contains mainly: blue. Hex color #4A30F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A30F2 is #B5CF0D. Grayscale: #4D4D4D. Windows color (decimal): -11915022 or 15872074. OLE color: 15872074.
HSL color Cylindrical-coordinate representation of color #4A30F2: hue angle of 248.04º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A30F2 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 48 | 242 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.05 |
| HSL | 248.04º | 0.88% | 0.57% | - |
| HSV(B) | 248.04º | 0.8% | 0.95% | - |
| XYZ | 19.91 | 9.98 | 84.88 | - |
| YUV | 77.89 | 220.61 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 242 | 0.69 | 0.80 | 0 | 0.05 | 248.04 | 0.88 | 0.57 |
| Hex | 4A | 30 | F2 | 45 | 50 | 0 | 5 | F8 | 58 | 39 |
| Octal | 112 | 60 | 362 | 105 | 120 | 0 | 5 | 370 | 130 | 71 |
| Binary | 1001010 | 110000 | 11110010 | 1000101 | 1010000 | 0 | 101 | 11111000 | 1011000 | 111001 |
Color Harmonies of #4A30F2
Complementary color
Monochromatic Colors of #4A30F2
Black with #4A30F2
Text Example
Text Example
White with #4A30F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A30F2; }
p { color: rgb(74,48,242); }
H1.HeaderClassName
{
color: #4A30F2;
}
.AnyTagClassName
{
color: #4A30F2;
}
</style>
background-color css
<style>
a { background-color: #4A30F2; }
a { background-color: rgb(74,48,242); }
div.DivClassName
{
background-color: #4A30F2;
}
.BgClassName
{
background-color: #4A30F2;
}
</style>
border-color css
<style>
span { border-color: #4A30F2; }
span { border-color: rgb(74,48,242); }
td.TdClassName
{
border-color: #4A30F2;
}
.TagClassName
{
border-color: #4A30F2;
}
</style>