Shades of Han Purple #3A0ECD
Tints of Han Purple #3A0ECD
RGB
CMYK
RGB Variations
Color information
#3A0ECD (or 0x3A0ECD) is known color: Han Purple. HEX triplet: 3A, 0E and CD. RGB value is (58,14,205). Sum of RGB (Red+Green+Blue) = 58+14+205=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A0ECD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0ECD is #C5F132. Grayscale: #303030. Windows color (decimal): -12972339 or 13438522. OLE color: 13438522.
HSL color Cylindrical-coordinate representation of color #3A0ECD: hue angle of 253.82º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0ECD is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 14 | 205 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.20 |
| HSL | 253.82º | 0.87% | 0.43% | - |
| HSV(B) | 253.82º | 0.93% | 0.8% | - |
| XYZ | 12.92 | 5.62 | 58.16 | - |
| YUV | 48.93 | 216.08 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 205 | 0.72 | 0.93 | 0 | 0.20 | 253.82 | 0.87 | 0.43 |
| Hex | 3A | E | CD | 48 | 5D | 0 | 14 | FE | 57 | 2B |
| Octal | 72 | 16 | 315 | 110 | 135 | 0 | 24 | 376 | 127 | 53 |
| Binary | 111010 | 1110 | 11001101 | 1001000 | 1011101 | 0 | 10100 | 11111110 | 1010111 | 101011 |
Color Harmonies of #3A0ECD
Complementary color
Monochromatic Colors of #3A0ECD
Black with #3A0ECD
Text Example
Text Example
White with #3A0ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0ECD; }
p { color: rgb(58,14,205); }
H1.HeaderClassName
{
color: #3A0ECD;
}
.AnyTagClassName
{
color: #3A0ECD;
}
</style>
background-color css
<style>
a { background-color: #3A0ECD; }
a { background-color: rgb(58,14,205); }
div.DivClassName
{
background-color: #3A0ECD;
}
.BgClassName
{
background-color: #3A0ECD;
}
</style>
border-color css
<style>
span { border-color: #3A0ECD; }
span { border-color: rgb(58,14,205); }
td.TdClassName
{
border-color: #3A0ECD;
}
.TagClassName
{
border-color: #3A0ECD;
}
</style>