Shades of Han Purple #3C1CEA
Tints of Han Purple #3C1CEA
RGB
CMYK
RGB Variations
Color information
#3C1CEA (or 0x3C1CEA) is known color: Han Purple. HEX triplet: 3C, 1C and EA. RGB value is (60,28,234). Sum of RGB (Red+Green+Blue) = 60+28+234=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 234 (91.80% from 255 or 72.67% from 322); Max value from RGB is 234 - color contains mainly: blue. Hex color #3C1CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1CEA is #C3E315. Grayscale: #3C3C3C. Windows color (decimal): -12837654 or 15342652. OLE color: 15342652.
HSL color Cylindrical-coordinate representation of color #3C1CEA: hue angle of 249.32º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C1CEA is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 28 | 234 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.08 |
| HSL | 249.32º | 0.83% | 0.51% | - |
| HSV(B) | 249.32º | 0.88% | 0.92% | - |
| XYZ | 17.13 | 7.73 | 78.43 | - |
| YUV | 61.05 | 225.6 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 28 | 234 | 0.74 | 0.88 | 0 | 0.08 | 249.32 | 0.83 | 0.51 |
| Hex | 3C | 1C | EA | 4A | 58 | 0 | 8 | F9 | 53 | 33 |
| Octal | 74 | 34 | 352 | 112 | 130 | 0 | 10 | 371 | 123 | 63 |
| Binary | 111100 | 11100 | 11101010 | 1001010 | 1011000 | 0 | 1000 | 11111001 | 1010011 | 110011 |
Color Harmonies of #3C1CEA
Complementary color
Monochromatic Colors of #3C1CEA
Black with #3C1CEA
Text Example
Text Example
White with #3C1CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1CEA; }
p { color: rgb(60,28,234); }
H1.HeaderClassName
{
color: #3C1CEA;
}
.AnyTagClassName
{
color: #3C1CEA;
}
</style>
background-color css
<style>
a { background-color: #3C1CEA; }
a { background-color: rgb(60,28,234); }
div.DivClassName
{
background-color: #3C1CEA;
}
.BgClassName
{
background-color: #3C1CEA;
}
</style>
border-color css
<style>
span { border-color: #3C1CEA; }
span { border-color: rgb(60,28,234); }
td.TdClassName
{
border-color: #3C1CEA;
}
.TagClassName
{
border-color: #3C1CEA;
}
</style>