Shades of Han Purple #4A28DD
Tints of Han Purple #4A28DD
RGB
CMYK
RGB Variations
Color information
#4A28DD (or 0x4A28DD) is known color: Han Purple. HEX triplet: 4A, 28 and DD. RGB value is (74,40,221). Sum of RGB (Red+Green+Blue) = 74+40+221=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A28DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A28DD is #B5D722. Grayscale: #464646. Windows color (decimal): -11917091 or 14493770. OLE color: 14493770.
HSL color Cylindrical-coordinate representation of color #4A28DD: hue angle of 251.27º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A28DD is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 40 | 221 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.13 |
| HSL | 251.27º | 0.73% | 0.51% | - |
| HSV(B) | 251.27º | 0.82% | 0.87% | - |
| XYZ | 16.63 | 8.19 | 69.11 | - |
| YUV | 70.8 | 212.76 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 221 | 0.67 | 0.82 | 0 | 0.13 | 251.27 | 0.73 | 0.51 |
| Hex | 4A | 28 | DD | 43 | 52 | 0 | D | FB | 49 | 33 |
| Octal | 112 | 50 | 335 | 103 | 122 | 0 | 15 | 373 | 111 | 63 |
| Binary | 1001010 | 101000 | 11011101 | 1000011 | 1010010 | 0 | 1101 | 11111011 | 1001001 | 110011 |
Color Harmonies of #4A28DD
Complementary color
Monochromatic Colors of #4A28DD
Black with #4A28DD
Text Example
Text Example
White with #4A28DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A28DD; }
p { color: rgb(74,40,221); }
H1.HeaderClassName
{
color: #4A28DD;
}
.AnyTagClassName
{
color: #4A28DD;
}
</style>
background-color css
<style>
a { background-color: #4A28DD; }
a { background-color: rgb(74,40,221); }
div.DivClassName
{
background-color: #4A28DD;
}
.BgClassName
{
background-color: #4A28DD;
}
</style>
border-color css
<style>
span { border-color: #4A28DD; }
span { border-color: rgb(74,40,221); }
td.TdClassName
{
border-color: #4A28DD;
}
.TagClassName
{
border-color: #4A28DD;
}
</style>