Shades of Han Purple #3C1EFC
Tints of Han Purple #3C1EFC
RGB
CMYK
RGB Variations
Color information
#3C1EFC (or 0x3C1EFC) is known color: Han Purple. HEX triplet: 3C, 1E and FC. RGB value is (60,30,252). Sum of RGB (Red+Green+Blue) = 60+30+252=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C1EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C1EFC is #C3E103. Grayscale: #3F3F3F. Windows color (decimal): -12837124 or 16522812. OLE color: 16522812.
HSL color Cylindrical-coordinate representation of color #3C1EFC: hue angle of 248.11º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C1EFC is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 30 | 252 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.01 |
| HSL | 248.11º | 0.97% | 0.55% | - |
| HSV(B) | 248.11º | 0.88% | 0.99% | - |
| XYZ | 19.9 | 8.92 | 92.77 | - |
| YUV | 64.28 | 233.94 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 30 | 252 | 0.76 | 0.88 | 0 | 0.01 | 248.11 | 0.97 | 0.55 |
| Hex | 3C | 1E | FC | 4C | 58 | 0 | 1 | F8 | 61 | 37 |
| Octal | 74 | 36 | 374 | 114 | 130 | 0 | 1 | 370 | 141 | 67 |
| Binary | 111100 | 11110 | 11111100 | 1001100 | 1011000 | 0 | 1 | 11111000 | 1100001 | 110111 |
Color Harmonies of #3C1EFC
Complementary color
Monochromatic Colors of #3C1EFC
Black with #3C1EFC
Text Example
Text Example
White with #3C1EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1EFC; }
p { color: rgb(60,30,252); }
H1.HeaderClassName
{
color: #3C1EFC;
}
.AnyTagClassName
{
color: #3C1EFC;
}
</style>
background-color css
<style>
a { background-color: #3C1EFC; }
a { background-color: rgb(60,30,252); }
div.DivClassName
{
background-color: #3C1EFC;
}
.BgClassName
{
background-color: #3C1EFC;
}
</style>
border-color css
<style>
span { border-color: #3C1EFC; }
span { border-color: rgb(60,30,252); }
td.TdClassName
{
border-color: #3C1EFC;
}
.TagClassName
{
border-color: #3C1EFC;
}
</style>