Shades of Han Purple #4A28DC
Tints of Han Purple #4A28DC
RGB
CMYK
RGB Variations
Color information
#4A28DC (or 0x4A28DC) is known color: Han Purple. HEX triplet: 4A, 28 and DC. RGB value is (74,40,220). Sum of RGB (Red+Green+Blue) = 74+40+220=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A28DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A28DC is #B5D723. Grayscale: #464646. Windows color (decimal): -11917092 or 14428234. OLE color: 14428234.
HSL color Cylindrical-coordinate representation of color #4A28DC: hue angle of 251.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A28DC is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 40 | 220 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.14 |
| HSL | 251.33º | 0.72% | 0.51% | - |
| HSV(B) | 251.33º | 0.82% | 0.86% | - |
| XYZ | 16.5 | 8.14 | 68.41 | - |
| YUV | 70.69 | 212.26 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 220 | 0.66 | 0.82 | 0 | 0.14 | 251.33 | 0.72 | 0.51 |
| Hex | 4A | 28 | DC | 42 | 52 | 0 | E | FB | 48 | 33 |
| Octal | 112 | 50 | 334 | 102 | 122 | 0 | 16 | 373 | 110 | 63 |
| Binary | 1001010 | 101000 | 11011100 | 1000010 | 1010010 | 0 | 1110 | 11111011 | 1001000 | 110011 |
Color Harmonies of #4A28DC
Complementary color
Monochromatic Colors of #4A28DC
Black with #4A28DC
Text Example
Text Example
White with #4A28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A28DC; }
p { color: rgb(74,40,220); }
H1.HeaderClassName
{
color: #4A28DC;
}
.AnyTagClassName
{
color: #4A28DC;
}
</style>
background-color css
<style>
a { background-color: #4A28DC; }
a { background-color: rgb(74,40,220); }
div.DivClassName
{
background-color: #4A28DC;
}
.BgClassName
{
background-color: #4A28DC;
}
</style>
border-color css
<style>
span { border-color: #4A28DC; }
span { border-color: rgb(74,40,220); }
td.TdClassName
{
border-color: #4A28DC;
}
.TagClassName
{
border-color: #4A28DC;
}
</style>