Shades of Han Purple #3A1DED
Tints of Han Purple #3A1DED
RGB
CMYK
RGB Variations
Color information
#3A1DED (or 0x3A1DED) is known color: Han Purple. HEX triplet: 3A, 1D and ED. RGB value is (58,29,237). Sum of RGB (Red+Green+Blue) = 58+29+237=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 237 (92.97% from 255 or 73.15% from 324); Max value from RGB is 237 - color contains mainly: blue. Hex color #3A1DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A1DED is #C5E212. Grayscale: #3C3C3C. Windows color (decimal): -12968467 or 15539514. OLE color: 15539514.
HSL color Cylindrical-coordinate representation of color #3A1DED: hue angle of 248.37º degrees, saturation: 0.85, 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 #3A1DED is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 29 | 237 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.07 |
| HSL | 248.37º | 0.85% | 0.52% | - |
| HSV(B) | 248.37º | 0.88% | 0.93% | - |
| XYZ | 17.47 | 7.89 | 80.72 | - |
| YUV | 61.38 | 227.11 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 237 | 0.76 | 0.88 | 0 | 0.07 | 248.37 | 0.85 | 0.52 |
| Hex | 3A | 1D | ED | 4C | 58 | 0 | 7 | F8 | 55 | 34 |
| Octal | 72 | 35 | 355 | 114 | 130 | 0 | 7 | 370 | 125 | 64 |
| Binary | 111010 | 11101 | 11101101 | 1001100 | 1011000 | 0 | 111 | 11111000 | 1010101 | 110100 |
Color Harmonies of #3A1DED
Complementary color
Monochromatic Colors of #3A1DED
Black with #3A1DED
Text Example
Text Example
White with #3A1DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1DED; }
p { color: rgb(58,29,237); }
H1.HeaderClassName
{
color: #3A1DED;
}
.AnyTagClassName
{
color: #3A1DED;
}
</style>
background-color css
<style>
a { background-color: #3A1DED; }
a { background-color: rgb(58,29,237); }
div.DivClassName
{
background-color: #3A1DED;
}
.BgClassName
{
background-color: #3A1DED;
}
</style>
border-color css
<style>
span { border-color: #3A1DED; }
span { border-color: rgb(58,29,237); }
td.TdClassName
{
border-color: #3A1DED;
}
.TagClassName
{
border-color: #3A1DED;
}
</style>