Shades of Han Purple #3C2FEA
Tints of Han Purple #3C2FEA
RGB
CMYK
RGB Variations
Color information
#3C2FEA (or 0x3C2FEA) is known color: Han Purple. HEX triplet: 3C, 2F and EA. RGB value is (60,47,234). Sum of RGB (Red+Green+Blue) = 60+47+234=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #3C2FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C2FEA is #C3D015. Grayscale: #474747. Windows color (decimal): -12832790 or 15347516. OLE color: 15347516.
HSL color Cylindrical-coordinate representation of color #3C2FEA: hue angle of 244.17º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C2FEA is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 47 | 234 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.08 |
| HSL | 244.17º | 0.82% | 0.55% | - |
| HSV(B) | 244.17º | 0.8% | 0.92% | - |
| XYZ | 17.73 | 8.93 | 78.63 | - |
| YUV | 72.21 | 219.31 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 47 | 234 | 0.74 | 0.80 | 0 | 0.08 | 244.17 | 0.82 | 0.55 |
| Hex | 3C | 2F | EA | 4A | 50 | 0 | 8 | F4 | 52 | 37 |
| Octal | 74 | 57 | 352 | 112 | 120 | 0 | 10 | 364 | 122 | 67 |
| Binary | 111100 | 101111 | 11101010 | 1001010 | 1010000 | 0 | 1000 | 11110100 | 1010010 | 110111 |
Color Harmonies of #3C2FEA
Complementary color
Monochromatic Colors of #3C2FEA
Black with #3C2FEA
Text Example
Text Example
White with #3C2FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2FEA; }
p { color: rgb(60,47,234); }
H1.HeaderClassName
{
color: #3C2FEA;
}
.AnyTagClassName
{
color: #3C2FEA;
}
</style>
background-color css
<style>
a { background-color: #3C2FEA; }
a { background-color: rgb(60,47,234); }
div.DivClassName
{
background-color: #3C2FEA;
}
.BgClassName
{
background-color: #3C2FEA;
}
</style>
border-color css
<style>
span { border-color: #3C2FEA; }
span { border-color: rgb(60,47,234); }
td.TdClassName
{
border-color: #3C2FEA;
}
.TagClassName
{
border-color: #3C2FEA;
}
</style>