Shades of Han Purple #4A2AFA
Tints of Han Purple #4A2AFA
RGB
CMYK
RGB Variations
Color information
#4A2AFA (or 0x4A2AFA) is known color: Han Purple. HEX triplet: 4A, 2A and FA. RGB value is (74,42,250). Sum of RGB (Red+Green+Blue) = 74+42+250=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A2AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A2AFA is #B5D505. Grayscale: #4A4A4A. Windows color (decimal): -11916550 or 16394826. OLE color: 16394826.
HSL color Cylindrical-coordinate representation of color #4A2AFA: hue angle of 249.23º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A2AFA is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 42 | 250 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.02 |
| HSL | 249.23º | 0.95% | 0.57% | - |
| HSV(B) | 249.23º | 0.83% | 0.98% | - |
| XYZ | 20.91 | 10.01 | 91.27 | - |
| YUV | 75.28 | 226.6 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 42 | 250 | 0.70 | 0.83 | 0 | 0.02 | 249.23 | 0.95 | 0.57 |
| Hex | 4A | 2A | FA | 46 | 53 | 0 | 2 | F9 | 5F | 39 |
| Octal | 112 | 52 | 372 | 106 | 123 | 0 | 2 | 371 | 137 | 71 |
| Binary | 1001010 | 101010 | 11111010 | 1000110 | 1010011 | 0 | 10 | 11111001 | 1011111 | 111001 |
Color Harmonies of #4A2AFA
Complementary color
Monochromatic Colors of #4A2AFA
Black with #4A2AFA
Text Example
Text Example
White with #4A2AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2AFA; }
p { color: rgb(74,42,250); }
H1.HeaderClassName
{
color: #4A2AFA;
}
.AnyTagClassName
{
color: #4A2AFA;
}
</style>
background-color css
<style>
a { background-color: #4A2AFA; }
a { background-color: rgb(74,42,250); }
div.DivClassName
{
background-color: #4A2AFA;
}
.BgClassName
{
background-color: #4A2AFA;
}
</style>
border-color css
<style>
span { border-color: #4A2AFA; }
span { border-color: rgb(74,42,250); }
td.TdClassName
{
border-color: #4A2AFA;
}
.TagClassName
{
border-color: #4A2AFA;
}
</style>