Shades of Han Purple #3A28DD
Tints of Han Purple #3A28DD
RGB
CMYK
RGB Variations
Color information
#3A28DD (or 0x3A28DD) is known color: Han Purple. HEX triplet: 3A, 28 and DD. RGB value is (58,40,221). Sum of RGB (Red+Green+Blue) = 58+40+221=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A28DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A28DD is #C5D722. Grayscale: #414141. Windows color (decimal): -12965667 or 14493754. OLE color: 14493754.
HSL color Cylindrical-coordinate representation of color #3A28DD: hue angle of 245.97º 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 #3A28DD is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 40 | 221 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.13 |
| HSL | 245.97º | 0.73% | 0.51% | - |
| HSV(B) | 245.97º | 0.82% | 0.87% | - |
| XYZ | 15.55 | 7.64 | 69.06 | - |
| YUV | 66.02 | 215.46 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 221 | 0.74 | 0.82 | 0 | 0.13 | 245.97 | 0.73 | 0.51 |
| Hex | 3A | 28 | DD | 4A | 52 | 0 | D | F6 | 49 | 33 |
| Octal | 72 | 50 | 335 | 112 | 122 | 0 | 15 | 366 | 111 | 63 |
| Binary | 111010 | 101000 | 11011101 | 1001010 | 1010010 | 0 | 1101 | 11110110 | 1001001 | 110011 |
Color Harmonies of #3A28DD
Complementary color
Monochromatic Colors of #3A28DD
Black with #3A28DD
Text Example
Text Example
White with #3A28DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A28DD; }
p { color: rgb(58,40,221); }
H1.HeaderClassName
{
color: #3A28DD;
}
.AnyTagClassName
{
color: #3A28DD;
}
</style>
background-color css
<style>
a { background-color: #3A28DD; }
a { background-color: rgb(58,40,221); }
div.DivClassName
{
background-color: #3A28DD;
}
.BgClassName
{
background-color: #3A28DD;
}
</style>
border-color css
<style>
span { border-color: #3A28DD; }
span { border-color: rgb(58,40,221); }
td.TdClassName
{
border-color: #3A28DD;
}
.TagClassName
{
border-color: #3A28DD;
}
</style>