Shades of Han Purple #3A1DEC
Tints of Han Purple #3A1DEC
RGB
CMYK
RGB Variations
Color information
#3A1DEC (or 0x3A1DEC) is known color: Han Purple. HEX triplet: 3A, 1D and EC. RGB value is (58,29,236). Sum of RGB (Red+Green+Blue) = 58+29+236=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 236 (92.58% from 255 or 73.07% from 323); Max value from RGB is 236 - color contains mainly: blue. Hex color #3A1DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A1DEC is #C5E213. Grayscale: #3C3C3C. Windows color (decimal): -12968468 or 15473978. OLE color: 15473978.
HSL color Cylindrical-coordinate representation of color #3A1DEC: hue angle of 248.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1DEC is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 29 | 236 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.07 |
| HSL | 248.41º | 0.84% | 0.52% | - |
| HSV(B) | 248.41º | 0.88% | 0.93% | - |
| XYZ | 17.32 | 7.83 | 79.96 | - |
| YUV | 61.27 | 226.61 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 236 | 0.75 | 0.88 | 0 | 0.07 | 248.41 | 0.84 | 0.52 |
| Hex | 3A | 1D | EC | 4B | 58 | 0 | 7 | F8 | 54 | 34 |
| Octal | 72 | 35 | 354 | 113 | 130 | 0 | 7 | 370 | 124 | 64 |
| Binary | 111010 | 11101 | 11101100 | 1001011 | 1011000 | 0 | 111 | 11111000 | 1010100 | 110100 |
Color Harmonies of #3A1DEC
Complementary color
Monochromatic Colors of #3A1DEC
Black with #3A1DEC
Text Example
Text Example
White with #3A1DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1DEC; }
p { color: rgb(58,29,236); }
H1.HeaderClassName
{
color: #3A1DEC;
}
.AnyTagClassName
{
color: #3A1DEC;
}
</style>
background-color css
<style>
a { background-color: #3A1DEC; }
a { background-color: rgb(58,29,236); }
div.DivClassName
{
background-color: #3A1DEC;
}
.BgClassName
{
background-color: #3A1DEC;
}
</style>
border-color css
<style>
span { border-color: #3A1DEC; }
span { border-color: rgb(58,29,236); }
td.TdClassName
{
border-color: #3A1DEC;
}
.TagClassName
{
border-color: #3A1DEC;
}
</style>