Shades of Han Purple #3C29EE
Tints of Han Purple #3C29EE
RGB
CMYK
RGB Variations
Color information
#3C29EE (or 0x3C29EE) is known color: Han Purple. HEX triplet: 3C, 29 and EE. RGB value is (60,41,238). Sum of RGB (Red+Green+Blue) = 60+41+238=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #3C29EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C29EE is #C3D611. Grayscale: #444444. Windows color (decimal): -12834322 or 15608124. OLE color: 15608124.
HSL color Cylindrical-coordinate representation of color #3C29EE: hue angle of 245.79º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C29EE is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 41 | 238 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.07 |
| HSL | 245.79º | 0.85% | 0.55% | - |
| HSV(B) | 245.79º | 0.83% | 0.93% | - |
| XYZ | 18.09 | 8.72 | 81.62 | - |
| YUV | 69.14 | 223.29 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 238 | 0.75 | 0.83 | 0 | 0.07 | 245.79 | 0.85 | 0.55 |
| Hex | 3C | 29 | EE | 4B | 53 | 0 | 7 | F6 | 55 | 37 |
| Octal | 74 | 51 | 356 | 113 | 123 | 0 | 7 | 366 | 125 | 67 |
| Binary | 111100 | 101001 | 11101110 | 1001011 | 1010011 | 0 | 111 | 11110110 | 1010101 | 110111 |
Color Harmonies of #3C29EE
Complementary color
Monochromatic Colors of #3C29EE
Black with #3C29EE
Text Example
Text Example
White with #3C29EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C29EE; }
p { color: rgb(60,41,238); }
H1.HeaderClassName
{
color: #3C29EE;
}
.AnyTagClassName
{
color: #3C29EE;
}
</style>
background-color css
<style>
a { background-color: #3C29EE; }
a { background-color: rgb(60,41,238); }
div.DivClassName
{
background-color: #3C29EE;
}
.BgClassName
{
background-color: #3C29EE;
}
</style>
border-color css
<style>
span { border-color: #3C29EE; }
span { border-color: rgb(60,41,238); }
td.TdClassName
{
border-color: #3C29EE;
}
.TagClassName
{
border-color: #3C29EE;
}
</style>