Shades of Han Purple #4A2AFD
Tints of Han Purple #4A2AFD
RGB
CMYK
RGB Variations
Color information
#4A2AFD (or 0x4A2AFD) is known color: Han Purple. HEX triplet: 4A, 2A and FD. RGB value is (74,42,253). Sum of RGB (Red+Green+Blue) = 74+42+253=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A2AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A2AFD is #B5D502. Grayscale: #4A4A4A. Windows color (decimal): -11916547 or 16591434. OLE color: 16591434.
HSL color Cylindrical-coordinate representation of color #4A2AFD: hue angle of 249.1º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A2AFD is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 42 | 253 | - |
| CMYK | 0.71 | 0.83 | 0 | 0.01 |
| HSL | 249.1º | 0.98% | 0.58% | - |
| HSV(B) | 249.1º | 0.83% | 0.99% | - |
| XYZ | 21.38 | 10.2 | 93.77 | - |
| YUV | 75.62 | 228.1 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 42 | 253 | 0.71 | 0.83 | 0 | 0.01 | 249.1 | 0.98 | 0.58 |
| Hex | 4A | 2A | FD | 47 | 53 | 0 | 1 | F9 | 62 | 3A |
| Octal | 112 | 52 | 375 | 107 | 123 | 0 | 1 | 371 | 142 | 72 |
| Binary | 1001010 | 101010 | 11111101 | 1000111 | 1010011 | 0 | 1 | 11111001 | 1100010 | 111010 |
Color Harmonies of #4A2AFD
Complementary color
Monochromatic Colors of #4A2AFD
Black with #4A2AFD
Text Example
Text Example
White with #4A2AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2AFD; }
p { color: rgb(74,42,253); }
H1.HeaderClassName
{
color: #4A2AFD;
}
.AnyTagClassName
{
color: #4A2AFD;
}
</style>
background-color css
<style>
a { background-color: #4A2AFD; }
a { background-color: rgb(74,42,253); }
div.DivClassName
{
background-color: #4A2AFD;
}
.BgClassName
{
background-color: #4A2AFD;
}
</style>
border-color css
<style>
span { border-color: #4A2AFD; }
span { border-color: rgb(74,42,253); }
td.TdClassName
{
border-color: #4A2AFD;
}
.TagClassName
{
border-color: #4A2AFD;
}
</style>