Shades of Han Purple #3C2AED
Tints of Han Purple #3C2AED
RGB
CMYK
RGB Variations
Color information
#3C2AED (or 0x3C2AED) is known color: Han Purple. HEX triplet: 3C, 2A and ED. RGB value is (60,42,237). Sum of RGB (Red+Green+Blue) = 60+42+237=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #3C2AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C2AED is #C3D512. Grayscale: #444444. Windows color (decimal): -12834067 or 15542844. OLE color: 15542844.
HSL color Cylindrical-coordinate representation of color #3C2AED: hue angle of 245.54º 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 #3C2AED is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 42 | 237 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.07 |
| HSL | 245.54º | 0.84% | 0.55% | - |
| HSV(B) | 245.54º | 0.82% | 0.93% | - |
| XYZ | 17.98 | 8.73 | 80.86 | - |
| YUV | 69.61 | 222.46 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 42 | 237 | 0.75 | 0.82 | 0 | 0.07 | 245.54 | 0.84 | 0.55 |
| Hex | 3C | 2A | ED | 4B | 52 | 0 | 7 | F6 | 54 | 37 |
| Octal | 74 | 52 | 355 | 113 | 122 | 0 | 7 | 366 | 124 | 67 |
| Binary | 111100 | 101010 | 11101101 | 1001011 | 1010010 | 0 | 111 | 11110110 | 1010100 | 110111 |
Color Harmonies of #3C2AED
Complementary color
Monochromatic Colors of #3C2AED
Black with #3C2AED
Text Example
Text Example
White with #3C2AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2AED; }
p { color: rgb(60,42,237); }
H1.HeaderClassName
{
color: #3C2AED;
}
.AnyTagClassName
{
color: #3C2AED;
}
</style>
background-color css
<style>
a { background-color: #3C2AED; }
a { background-color: rgb(60,42,237); }
div.DivClassName
{
background-color: #3C2AED;
}
.BgClassName
{
background-color: #3C2AED;
}
</style>
border-color css
<style>
span { border-color: #3C2AED; }
span { border-color: rgb(60,42,237); }
td.TdClassName
{
border-color: #3C2AED;
}
.TagClassName
{
border-color: #3C2AED;
}
</style>