Shades of Han Purple #3A2AED
Tints of Han Purple #3A2AED
RGB
CMYK
RGB Variations
Color information
#3A2AED (or 0x3A2AED) is known color: Han Purple. HEX triplet: 3A, 2A and ED. RGB value is (58,42,237). Sum of RGB (Red+Green+Blue) = 58+42+237=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #3A2AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A2AED is #C5D512. Grayscale: #444444. Windows color (decimal): -12965139 or 15542842. OLE color: 15542842.
HSL color Cylindrical-coordinate representation of color #3A2AED: hue angle of 244.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A2AED is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 58 | 42 | 237 | - |
CMYK | 0.76 | 0.82 | 0 | 0.07 |
HSL | 244.92º | 0.84% | 0.55% | - |
HSV(B) | 244.92º | 0.82% | 0.93% | - |
XYZ | 17.86 | 8.67 | 80.85 | - |
YUV | 69.01 | 222.8 | 120.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 42 | 237 | 0.76 | 0.82 | 0 | 0.07 | 244.92 | 0.84 | 0.55 |
Hex | 3A | 2A | ED | 4C | 52 | 0 | 7 | F5 | 54 | 37 |
Octal | 72 | 52 | 355 | 114 | 122 | 0 | 7 | 365 | 124 | 67 |
Binary | 111010 | 101010 | 11101101 | 1001100 | 1010010 | 0 | 111 | 11110101 | 1010100 | 110111 |
Color Harmonies of #3A2AED
Complementary color
Monochromatic Colors of #3A2AED
Black with #3A2AED
Text Example
Text Example
White with #3A2AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2AED; }
p { color: rgb(58,42,237); }
H1.HeaderClassName
{
color: #3A2AED;
}
.AnyTagClassName
{
color: #3A2AED;
}
</style>
background-color css
<style>
a { background-color: #3A2AED; }
a { background-color: rgb(58,42,237); }
div.DivClassName
{
background-color: #3A2AED;
}
.BgClassName
{
background-color: #3A2AED;
}
</style>
border-color css
<style>
span { border-color: #3A2AED; }
span { border-color: rgb(58,42,237); }
td.TdClassName
{
border-color: #3A2AED;
}
.TagClassName
{
border-color: #3A2AED;
}
</style>