Shades of Han Purple #4A2DFA
Tints of Han Purple #4A2DFA
RGB
CMYK
RGB Variations
Color information
#4A2DFA (or 0x4A2DFA) is known color: Han Purple. HEX triplet: 4A, 2D and FA. RGB value is (74,45,250). Sum of RGB (Red+Green+Blue) = 74+45+250=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A2DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A2DFA is #B5D205. Grayscale: #4C4C4C. Windows color (decimal): -11915782 or 16395594. OLE color: 16395594.
HSL color Cylindrical-coordinate representation of color #4A2DFA: hue angle of 248.49º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A2DFA is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 45 | 250 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.02 |
| HSL | 248.49º | 0.95% | 0.58% | - |
| HSV(B) | 248.49º | 0.82% | 0.98% | - |
| XYZ | 21.02 | 10.23 | 91.31 | - |
| YUV | 77.04 | 225.61 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 45 | 250 | 0.70 | 0.82 | 0 | 0.02 | 248.49 | 0.95 | 0.58 |
| Hex | 4A | 2D | FA | 46 | 52 | 0 | 2 | F8 | 5F | 3A |
| Octal | 112 | 55 | 372 | 106 | 122 | 0 | 2 | 370 | 137 | 72 |
| Binary | 1001010 | 101101 | 11111010 | 1000110 | 1010010 | 0 | 10 | 11111000 | 1011111 | 111010 |
Color Harmonies of #4A2DFA
Complementary color
Monochromatic Colors of #4A2DFA
Black with #4A2DFA
Text Example
Text Example
White with #4A2DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2DFA; }
p { color: rgb(74,45,250); }
H1.HeaderClassName
{
color: #4A2DFA;
}
.AnyTagClassName
{
color: #4A2DFA;
}
</style>
background-color css
<style>
a { background-color: #4A2DFA; }
a { background-color: rgb(74,45,250); }
div.DivClassName
{
background-color: #4A2DFA;
}
.BgClassName
{
background-color: #4A2DFA;
}
</style>
border-color css
<style>
span { border-color: #4A2DFA; }
span { border-color: rgb(74,45,250); }
td.TdClassName
{
border-color: #4A2DFA;
}
.TagClassName
{
border-color: #4A2DFA;
}
</style>