Shades of Han Purple #3A28DC
Tints of Han Purple #3A28DC
RGB
CMYK
RGB Variations
Color information
#3A28DC (or 0x3A28DC) is known color: Han Purple. HEX triplet: 3A, 28 and DC. RGB value is (58,40,220). Sum of RGB (Red+Green+Blue) = 58+40+220=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A28DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A28DC is #C5D723. Grayscale: #414141. Windows color (decimal): -12965668 or 14428218. OLE color: 14428218.
HSL color Cylindrical-coordinate representation of color #3A28DC: hue angle of 246º 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 #3A28DC is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 40 | 220 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.14 |
| HSL | 246º | 0.72% | 0.51% | - |
| HSV(B) | 246º | 0.82% | 0.86% | - |
| XYZ | 15.42 | 7.58 | 68.36 | - |
| YUV | 65.9 | 214.96 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 220 | 0.74 | 0.82 | 0 | 0.14 | 246 | 0.72 | 0.51 |
| Hex | 3A | 28 | DC | 4A | 52 | 0 | E | F6 | 48 | 33 |
| Octal | 72 | 50 | 334 | 112 | 122 | 0 | 16 | 366 | 110 | 63 |
| Binary | 111010 | 101000 | 11011100 | 1001010 | 1010010 | 0 | 1110 | 11110110 | 1001000 | 110011 |
Color Harmonies of #3A28DC
Complementary color
Monochromatic Colors of #3A28DC
Black with #3A28DC
Text Example
Text Example
White with #3A28DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A28DC; }
p { color: rgb(58,40,220); }
H1.HeaderClassName
{
color: #3A28DC;
}
.AnyTagClassName
{
color: #3A28DC;
}
</style>
background-color css
<style>
a { background-color: #3A28DC; }
a { background-color: rgb(58,40,220); }
div.DivClassName
{
background-color: #3A28DC;
}
.BgClassName
{
background-color: #3A28DC;
}
</style>
border-color css
<style>
span { border-color: #3A28DC; }
span { border-color: rgb(58,40,220); }
td.TdClassName
{
border-color: #3A28DC;
}
.TagClassName
{
border-color: #3A28DC;
}
</style>