Shades of Han Purple #3C0AED
Tints of Han Purple #3C0AED
RGB
CMYK
RGB Variations
Color information
#3C0AED (or 0x3C0AED) is known color: Han Purple. HEX triplet: 3C, 0A and ED. RGB value is (60,10,237). Sum of RGB (Red+Green+Blue) = 60+10+237=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 237 (92.97% from 255 or 77.20% from 307); Max value from RGB is 237 - color contains mainly: blue. Hex color #3C0AED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0AED is #C3F512. Grayscale: #313131. Windows color (decimal): -12842259 or 15534652. OLE color: 15534652.
HSL color Cylindrical-coordinate representation of color #3C0AED: hue angle of 253.22º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C0AED is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 10 | 237 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.07 |
| HSL | 253.22º | 0.92% | 0.48% | - |
| HSV(B) | 253.22º | 0.96% | 0.93% | - |
| XYZ | 17.26 | 7.29 | 80.62 | - |
| YUV | 50.83 | 233.07 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 10 | 237 | 0.75 | 0.96 | 0 | 0.07 | 253.22 | 0.92 | 0.48 |
| Hex | 3C | A | ED | 4B | 60 | 0 | 7 | FD | 5C | 30 |
| Octal | 74 | 12 | 355 | 113 | 140 | 0 | 7 | 375 | 134 | 60 |
| Binary | 111100 | 1010 | 11101101 | 1001011 | 1100000 | 0 | 111 | 11111101 | 1011100 | 110000 |
Color Harmonies of #3C0AED
Complementary color
Monochromatic Colors of #3C0AED
Black with #3C0AED
Text Example
Text Example
White with #3C0AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0AED; }
p { color: rgb(60,10,237); }
H1.HeaderClassName
{
color: #3C0AED;
}
.AnyTagClassName
{
color: #3C0AED;
}
</style>
background-color css
<style>
a { background-color: #3C0AED; }
a { background-color: rgb(60,10,237); }
div.DivClassName
{
background-color: #3C0AED;
}
.BgClassName
{
background-color: #3C0AED;
}
</style>
border-color css
<style>
span { border-color: #3C0AED; }
span { border-color: rgb(60,10,237); }
td.TdClassName
{
border-color: #3C0AED;
}
.TagClassName
{
border-color: #3C0AED;
}
</style>