Shades of Han Purple #3C2AFC
Tints of Han Purple #3C2AFC
RGB
CMYK
RGB Variations
Color information
#3C2AFC (or 0x3C2AFC) is known color: Han Purple. HEX triplet: 3C, 2A and FC. RGB value is (60,42,252). Sum of RGB (Red+Green+Blue) = 60+42+252=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C2AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C2AFC is #C3D503. Grayscale: #464646. Windows color (decimal): -12834052 or 16525884. OLE color: 16525884.
HSL color Cylindrical-coordinate representation of color #3C2AFC: hue angle of 245.14º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C2AFC is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 42 | 252 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.01 |
| HSL | 245.14º | 0.97% | 0.58% | - |
| HSV(B) | 245.14º | 0.83% | 0.99% | - |
| XYZ | 20.26 | 9.64 | 92.89 | - |
| YUV | 71.32 | 229.96 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 42 | 252 | 0.76 | 0.83 | 0 | 0.01 | 245.14 | 0.97 | 0.58 |
| Hex | 3C | 2A | FC | 4C | 53 | 0 | 1 | F5 | 61 | 3A |
| Octal | 74 | 52 | 374 | 114 | 123 | 0 | 1 | 365 | 141 | 72 |
| Binary | 111100 | 101010 | 11111100 | 1001100 | 1010011 | 0 | 1 | 11110101 | 1100001 | 111010 |
Color Harmonies of #3C2AFC
Complementary color
Monochromatic Colors of #3C2AFC
Black with #3C2AFC
Text Example
Text Example
White with #3C2AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2AFC; }
p { color: rgb(60,42,252); }
H1.HeaderClassName
{
color: #3C2AFC;
}
.AnyTagClassName
{
color: #3C2AFC;
}
</style>
background-color css
<style>
a { background-color: #3C2AFC; }
a { background-color: rgb(60,42,252); }
div.DivClassName
{
background-color: #3C2AFC;
}
.BgClassName
{
background-color: #3C2AFC;
}
</style>
border-color css
<style>
span { border-color: #3C2AFC; }
span { border-color: rgb(60,42,252); }
td.TdClassName
{
border-color: #3C2AFC;
}
.TagClassName
{
border-color: #3C2AFC;
}
</style>