Shades of Han Purple #3A28D6
Tints of Han Purple #3A28D6
RGB
CMYK
RGB Variations
Color information
#3A28D6 (or 0x3A28D6) is known color: Han Purple. HEX triplet: 3A, 28 and D6. RGB value is (58,40,214). Sum of RGB (Red+Green+Blue) = 58+40+214=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 214 (83.98% from 255 or 68.59% from 312); Max value from RGB is 214 - color contains mainly: blue. Hex color #3A28D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A28D6 is #C5D729. Grayscale: #404040. Windows color (decimal): -12965674 or 14035002. OLE color: 14035002.
HSL color Cylindrical-coordinate representation of color #3A28D6: hue angle of 246.21º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A28D6 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 40 | 214 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.16 |
| HSL | 246.21º | 0.69% | 0.5% | - |
| HSV(B) | 246.21º | 0.81% | 0.84% | - |
| XYZ | 14.64 | 7.27 | 64.25 | - |
| YUV | 65.22 | 211.96 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 214 | 0.73 | 0.81 | 0 | 0.16 | 246.21 | 0.69 | 0.5 |
| Hex | 3A | 28 | D6 | 49 | 51 | 0 | 10 | F6 | 45 | 32 |
| Octal | 72 | 50 | 326 | 111 | 121 | 0 | 20 | 366 | 105 | 62 |
| Binary | 111010 | 101000 | 11010110 | 1001001 | 1010001 | 0 | 10000 | 11110110 | 1000101 | 110010 |
Color Harmonies of #3A28D6
Complementary color
Monochromatic Colors of #3A28D6
Black with #3A28D6
Text Example
Text Example
White with #3A28D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A28D6; }
p { color: rgb(58,40,214); }
H1.HeaderClassName
{
color: #3A28D6;
}
.AnyTagClassName
{
color: #3A28D6;
}
</style>
background-color css
<style>
a { background-color: #3A28D6; }
a { background-color: rgb(58,40,214); }
div.DivClassName
{
background-color: #3A28D6;
}
.BgClassName
{
background-color: #3A28D6;
}
</style>
border-color css
<style>
span { border-color: #3A28D6; }
span { border-color: rgb(58,40,214); }
td.TdClassName
{
border-color: #3A28D6;
}
.TagClassName
{
border-color: #3A28D6;
}
</style>