Shades of Han Purple #3A0EDD
Tints of Han Purple #3A0EDD
RGB
CMYK
RGB Variations
Color information
#3A0EDD (or 0x3A0EDD) is known color: Han Purple. HEX triplet: 3A, 0E and DD. RGB value is (58,14,221). Sum of RGB (Red+Green+Blue) = 58+14+221=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 221 (86.72% from 255 or 75.43% from 293); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A0EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0EDD is #C5F122. Grayscale: #313131. Windows color (decimal): -12972323 or 14487098. OLE color: 14487098.
HSL color Cylindrical-coordinate representation of color #3A0EDD: hue angle of 252.75º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0EDD is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 14 | 221 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.13 |
| HSL | 252.75º | 0.88% | 0.46% | - |
| HSV(B) | 252.75º | 0.94% | 0.87% | - |
| XYZ | 14.95 | 6.43 | 68.86 | - |
| YUV | 50.75 | 224.08 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 221 | 0.74 | 0.94 | 0 | 0.13 | 252.75 | 0.88 | 0.46 |
| Hex | 3A | E | DD | 4A | 5E | 0 | D | FD | 58 | 2E |
| Octal | 72 | 16 | 335 | 112 | 136 | 0 | 15 | 375 | 130 | 56 |
| Binary | 111010 | 1110 | 11011101 | 1001010 | 1011110 | 0 | 1101 | 11111101 | 1011000 | 101110 |
Color Harmonies of #3A0EDD
Complementary color
Monochromatic Colors of #3A0EDD
Black with #3A0EDD
Text Example
Text Example
White with #3A0EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0EDD; }
p { color: rgb(58,14,221); }
H1.HeaderClassName
{
color: #3A0EDD;
}
.AnyTagClassName
{
color: #3A0EDD;
}
</style>
background-color css
<style>
a { background-color: #3A0EDD; }
a { background-color: rgb(58,14,221); }
div.DivClassName
{
background-color: #3A0EDD;
}
.BgClassName
{
background-color: #3A0EDD;
}
</style>
border-color css
<style>
span { border-color: #3A0EDD; }
span { border-color: rgb(58,14,221); }
td.TdClassName
{
border-color: #3A0EDD;
}
.TagClassName
{
border-color: #3A0EDD;
}
</style>