Shades of Han Purple #4A2DFF
Tints of Han Purple #4A2DFF
RGB
CMYK
RGB Variations
Color information
#4A2DFF (or 0x4A2DFF) is known color: Han Purple. HEX triplet: 4A, 2D and FF. RGB value is (74,45,255). Sum of RGB (Red+Green+Blue) = 74+45+255=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A2DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A2DFF is #B5D200. Grayscale: #4C4C4C. Windows color (decimal): -11915777 or 16723274. OLE color: 16723274.
HSL color Cylindrical-coordinate representation of color #4A2DFF: hue angle of 248.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A2DFF is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 45 | 255 | - |
| CMYK | 0.71 | 0.82 | 0 | 0 |
| HSL | 248.29º | 1% | 0.59% | - |
| HSV(B) | 248.29º | 0.82% | 1% | - |
| XYZ | 21.81 | 10.55 | 95.49 | - |
| YUV | 77.61 | 228.11 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 45 | 255 | 0.71 | 0.82 | 0 | 0 | 248.29 | 1 | 0.59 |
| Hex | 4A | 2D | FF | 47 | 52 | 0 | 0 | F8 | 64 | 3B |
| Octal | 112 | 55 | 377 | 107 | 122 | 0 | 0 | 370 | 144 | 73 |
| Binary | 1001010 | 101101 | 11111111 | 1000111 | 1010010 | 0 | 0 | 11111000 | 1100100 | 111011 |
Color Harmonies of #4A2DFF
Complementary color
Monochromatic Colors of #4A2DFF
Black with #4A2DFF
Text Example
Text Example
White with #4A2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2DFF; }
p { color: rgb(74,45,255); }
H1.HeaderClassName
{
color: #4A2DFF;
}
.AnyTagClassName
{
color: #4A2DFF;
}
</style>
background-color css
<style>
a { background-color: #4A2DFF; }
a { background-color: rgb(74,45,255); }
div.DivClassName
{
background-color: #4A2DFF;
}
.BgClassName
{
background-color: #4A2DFF;
}
</style>
border-color css
<style>
span { border-color: #4A2DFF; }
span { border-color: rgb(74,45,255); }
td.TdClassName
{
border-color: #4A2DFF;
}
.TagClassName
{
border-color: #4A2DFF;
}
</style>