Shades of Han Purple #3C1CED
Tints of Han Purple #3C1CED
RGB
CMYK
RGB Variations
Color information
#3C1CED (or 0x3C1CED) is known color: Han Purple. HEX triplet: 3C, 1C and ED. RGB value is (60,28,237). Sum of RGB (Red+Green+Blue) = 60+28+237=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 237 (92.97% from 255 or 72.92% from 325); Max value from RGB is 237 - color contains mainly: blue. Hex color #3C1CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1CED is #C3E312. Grayscale: #3C3C3C. Windows color (decimal): -12837651 or 15539260. OLE color: 15539260.
HSL color Cylindrical-coordinate representation of color #3C1CED: hue angle of 249.19º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C1CED is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 28 | 237 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.07 |
| HSL | 249.19º | 0.85% | 0.52% | - |
| HSV(B) | 249.19º | 0.88% | 0.93% | - |
| XYZ | 17.56 | 7.91 | 80.72 | - |
| YUV | 61.39 | 227.1 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 28 | 237 | 0.75 | 0.88 | 0 | 0.07 | 249.19 | 0.85 | 0.52 |
| Hex | 3C | 1C | ED | 4B | 58 | 0 | 7 | F9 | 55 | 34 |
| Octal | 74 | 34 | 355 | 113 | 130 | 0 | 7 | 371 | 125 | 64 |
| Binary | 111100 | 11100 | 11101101 | 1001011 | 1011000 | 0 | 111 | 11111001 | 1010101 | 110100 |
Color Harmonies of #3C1CED
Complementary color
Monochromatic Colors of #3C1CED
Black with #3C1CED
Text Example
Text Example
White with #3C1CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1CED; }
p { color: rgb(60,28,237); }
H1.HeaderClassName
{
color: #3C1CED;
}
.AnyTagClassName
{
color: #3C1CED;
}
</style>
background-color css
<style>
a { background-color: #3C1CED; }
a { background-color: rgb(60,28,237); }
div.DivClassName
{
background-color: #3C1CED;
}
.BgClassName
{
background-color: #3C1CED;
}
</style>
border-color css
<style>
span { border-color: #3C1CED; }
span { border-color: rgb(60,28,237); }
td.TdClassName
{
border-color: #3C1CED;
}
.TagClassName
{
border-color: #3C1CED;
}
</style>