Shades of Han Purple #3A1DEF
Tints of Han Purple #3A1DEF
RGB
CMYK
RGB Variations
Color information
#3A1DEF (or 0x3A1DEF) is known color: Han Purple. HEX triplet: 3A, 1D and EF. RGB value is (58,29,239). Sum of RGB (Red+Green+Blue) = 58+29+239=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A1DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A1DEF is #C5E210. Grayscale: #3C3C3C. Windows color (decimal): -12968465 or 15670586. OLE color: 15670586.
HSL color Cylindrical-coordinate representation of color #3A1DEF: hue angle of 248.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1DEF is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 29 | 239 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.06 |
| HSL | 248.29º | 0.87% | 0.53% | - |
| HSV(B) | 248.29º | 0.88% | 0.94% | - |
| XYZ | 17.76 | 8.01 | 82.27 | - |
| YUV | 61.61 | 228.11 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 239 | 0.76 | 0.88 | 0 | 0.06 | 248.29 | 0.87 | 0.53 |
| Hex | 3A | 1D | EF | 4C | 58 | 0 | 6 | F8 | 57 | 35 |
| Octal | 72 | 35 | 357 | 114 | 130 | 0 | 6 | 370 | 127 | 65 |
| Binary | 111010 | 11101 | 11101111 | 1001100 | 1011000 | 0 | 110 | 11111000 | 1010111 | 110101 |
Color Harmonies of #3A1DEF
Complementary color
Monochromatic Colors of #3A1DEF
Black with #3A1DEF
Text Example
Text Example
White with #3A1DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1DEF; }
p { color: rgb(58,29,239); }
H1.HeaderClassName
{
color: #3A1DEF;
}
.AnyTagClassName
{
color: #3A1DEF;
}
</style>
background-color css
<style>
a { background-color: #3A1DEF; }
a { background-color: rgb(58,29,239); }
div.DivClassName
{
background-color: #3A1DEF;
}
.BgClassName
{
background-color: #3A1DEF;
}
</style>
border-color css
<style>
span { border-color: #3A1DEF; }
span { border-color: rgb(58,29,239); }
td.TdClassName
{
border-color: #3A1DEF;
}
.TagClassName
{
border-color: #3A1DEF;
}
</style>