Shades of Han Purple #3A2EDF
Tints of Han Purple #3A2EDF
RGB
CMYK
RGB Variations
Color information
#3A2EDF (or 0x3A2EDF) is known color: Han Purple. HEX triplet: 3A, 2E and DF. RGB value is (58,46,223). Sum of RGB (Red+Green+Blue) = 58+46+223=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A2EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2EDF is #C5D120. Grayscale: #454545. Windows color (decimal): -12964129 or 14626362. OLE color: 14626362.
HSL color Cylindrical-coordinate representation of color #3A2EDF: hue angle of 244.07º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A2EDF is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 46 | 223 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.13 |
| HSL | 244.07º | 0.73% | 0.53% | - |
| HSV(B) | 244.07º | 0.79% | 0.87% | - |
| XYZ | 16.04 | 8.18 | 70.55 | - |
| YUV | 69.77 | 214.48 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 46 | 223 | 0.74 | 0.79 | 0 | 0.13 | 244.07 | 0.73 | 0.53 |
| Hex | 3A | 2E | DF | 4A | 4F | 0 | D | F4 | 49 | 35 |
| Octal | 72 | 56 | 337 | 112 | 117 | 0 | 15 | 364 | 111 | 65 |
| Binary | 111010 | 101110 | 11011111 | 1001010 | 1001111 | 0 | 1101 | 11110100 | 1001001 | 110101 |
Color Harmonies of #3A2EDF
Complementary color
Monochromatic Colors of #3A2EDF
Black with #3A2EDF
Text Example
Text Example
White with #3A2EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2EDF; }
p { color: rgb(58,46,223); }
H1.HeaderClassName
{
color: #3A2EDF;
}
.AnyTagClassName
{
color: #3A2EDF;
}
</style>
background-color css
<style>
a { background-color: #3A2EDF; }
a { background-color: rgb(58,46,223); }
div.DivClassName
{
background-color: #3A2EDF;
}
.BgClassName
{
background-color: #3A2EDF;
}
</style>
border-color css
<style>
span { border-color: #3A2EDF; }
span { border-color: rgb(58,46,223); }
td.TdClassName
{
border-color: #3A2EDF;
}
.TagClassName
{
border-color: #3A2EDF;
}
</style>