Shades of Han Purple #3C2EEE
Tints of Han Purple #3C2EEE
RGB
CMYK
RGB Variations
Color information
#3C2EEE (or 0x3C2EEE) is known color: Han Purple. HEX triplet: 3C, 2E and EE. RGB value is (60,46,238). Sum of RGB (Red+Green+Blue) = 60+46+238=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 238 (93.36% from 255 or 69.19% from 344); Max value from RGB is 238 - color contains mainly: blue. Hex color #3C2EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C2EEE is #C3D111. Grayscale: #474747. Windows color (decimal): -12833042 or 15609404. OLE color: 15609404.
HSL color Cylindrical-coordinate representation of color #3C2EEE: hue angle of 244.37º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C2EEE is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 46 | 238 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.07 |
| HSL | 244.38º | 0.85% | 0.56% | - |
| HSV(B) | 244.38º | 0.81% | 0.93% | - |
| XYZ | 18.27 | 9.09 | 81.68 | - |
| YUV | 72.07 | 221.64 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 46 | 238 | 0.75 | 0.81 | 0 | 0.07 | 244.38 | 0.85 | 0.56 |
| Hex | 3C | 2E | EE | 4B | 51 | 0 | 7 | F4 | 55 | 38 |
| Octal | 74 | 56 | 356 | 113 | 121 | 0 | 7 | 364 | 125 | 70 |
| Binary | 111100 | 101110 | 11101110 | 1001011 | 1010001 | 0 | 111 | 11110100 | 1010101 | 111000 |
Color Harmonies of #3C2EEE
Complementary color
Monochromatic Colors of #3C2EEE
Black with #3C2EEE
Text Example
Text Example
White with #3C2EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2EEE; }
p { color: rgb(60,46,238); }
H1.HeaderClassName
{
color: #3C2EEE;
}
.AnyTagClassName
{
color: #3C2EEE;
}
</style>
background-color css
<style>
a { background-color: #3C2EEE; }
a { background-color: rgb(60,46,238); }
div.DivClassName
{
background-color: #3C2EEE;
}
.BgClassName
{
background-color: #3C2EEE;
}
</style>
border-color css
<style>
span { border-color: #3C2EEE; }
span { border-color: rgb(60,46,238); }
td.TdClassName
{
border-color: #3C2EEE;
}
.TagClassName
{
border-color: #3C2EEE;
}
</style>