Shades of Han Purple #3C2EF7
Tints of Han Purple #3C2EF7
RGB
CMYK
RGB Variations
Color information
#3C2EF7 (or 0x3C2EF7) is known color: Han Purple. HEX triplet: 3C, 2E and F7. RGB value is (60,46,247). Sum of RGB (Red+Green+Blue) = 60+46+247=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 247 (96.88% from 255 or 69.97% from 353); Max value from RGB is 247 - color contains mainly: blue. Hex color #3C2EF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C2EF7 is #C3D108. Grayscale: #484848. Windows color (decimal): -12833033 or 16199228. OLE color: 16199228.
HSL color Cylindrical-coordinate representation of color #3C2EF7: hue angle of 244.18º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C2EF7 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 46 | 247 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.03 |
| HSL | 244.18º | 0.93% | 0.57% | - |
| HSV(B) | 244.18º | 0.81% | 0.97% | - |
| XYZ | 19.63 | 9.63 | 88.82 | - |
| YUV | 73.1 | 226.14 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 247 | 0.76 | 0.81 | 0 | 0.03 | 244.18 | 0.93 | 0.57 |
| Hex | 3C | 2E | F7 | 4C | 51 | 0 | 3 | F4 | 5D | 39 |
| Octal | 74 | 56 | 367 | 114 | 121 | 0 | 3 | 364 | 135 | 71 |
| Binary | 111100 | 101110 | 11110111 | 1001100 | 1010001 | 0 | 11 | 11110100 | 1011101 | 111001 |
Color Harmonies of #3C2EF7
Complementary color
Monochromatic Colors of #3C2EF7
Black with #3C2EF7
Text Example
Text Example
White with #3C2EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2EF7; }
p { color: rgb(60,46,247); }
H1.HeaderClassName
{
color: #3C2EF7;
}
.AnyTagClassName
{
color: #3C2EF7;
}
</style>
background-color css
<style>
a { background-color: #3C2EF7; }
a { background-color: rgb(60,46,247); }
div.DivClassName
{
background-color: #3C2EF7;
}
.BgClassName
{
background-color: #3C2EF7;
}
</style>
border-color css
<style>
span { border-color: #3C2EF7; }
span { border-color: rgb(60,46,247); }
td.TdClassName
{
border-color: #3C2EF7;
}
.TagClassName
{
border-color: #3C2EF7;
}
</style>