Shades of Han Purple #3A2DE0
Tints of Han Purple #3A2DE0
RGB
CMYK
RGB Variations
Color information
#3A2DE0 (or 0x3A2DE0) is known color: Han Purple. HEX triplet: 3A, 2D and E0. RGB value is (58,45,224). Sum of RGB (Red+Green+Blue) = 58+45+224=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 224 (87.89% from 255 or 68.50% from 327); Max value from RGB is 224 - color contains mainly: blue. Hex color #3A2DE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2DE0 is #C5D21F. Grayscale: #444444. Windows color (decimal): -12964384 or 14691642. OLE color: 14691642.
HSL color Cylindrical-coordinate representation of color #3A2DE0: hue angle of 244.36º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A2DE0 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 45 | 224 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.12 |
| HSL | 244.36º | 0.74% | 0.53% | - |
| HSV(B) | 244.36º | 0.8% | 0.88% | - |
| XYZ | 16.14 | 8.16 | 71.25 | - |
| YUV | 69.29 | 215.31 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 45 | 224 | 0.74 | 0.80 | 0 | 0.12 | 244.36 | 0.74 | 0.53 |
| Hex | 3A | 2D | E0 | 4A | 50 | 0 | C | F4 | 4A | 35 |
| Octal | 72 | 55 | 340 | 112 | 120 | 0 | 14 | 364 | 112 | 65 |
| Binary | 111010 | 101101 | 11100000 | 1001010 | 1010000 | 0 | 1100 | 11110100 | 1001010 | 110101 |
Color Harmonies of #3A2DE0
Complementary color
Monochromatic Colors of #3A2DE0
Black with #3A2DE0
Text Example
Text Example
White with #3A2DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2DE0; }
p { color: rgb(58,45,224); }
H1.HeaderClassName
{
color: #3A2DE0;
}
.AnyTagClassName
{
color: #3A2DE0;
}
</style>
background-color css
<style>
a { background-color: #3A2DE0; }
a { background-color: rgb(58,45,224); }
div.DivClassName
{
background-color: #3A2DE0;
}
.BgClassName
{
background-color: #3A2DE0;
}
</style>
border-color css
<style>
span { border-color: #3A2DE0; }
span { border-color: rgb(58,45,224); }
td.TdClassName
{
border-color: #3A2DE0;
}
.TagClassName
{
border-color: #3A2DE0;
}
</style>