Shades of Han Purple #3C29DC
Tints of Han Purple #3C29DC
RGB
CMYK
RGB Variations
Color information
#3C29DC (or 0x3C29DC) is known color: Han Purple. HEX triplet: 3C, 29 and DC. RGB value is (60,41,220). Sum of RGB (Red+Green+Blue) = 60+41+220=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C29DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C29DC is #C3D623. Grayscale: #424242. Windows color (decimal): -12834340 or 14428476. OLE color: 14428476.
HSL color Cylindrical-coordinate representation of color #3C29DC: hue angle of 246.37º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C29DC is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 41 | 220 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.14 |
| HSL | 246.37º | 0.72% | 0.51% | - |
| HSV(B) | 246.37º | 0.81% | 0.86% | - |
| XYZ | 15.57 | 7.71 | 68.38 | - |
| YUV | 67.09 | 214.29 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 220 | 0.73 | 0.81 | 0 | 0.14 | 246.37 | 0.72 | 0.51 |
| Hex | 3C | 29 | DC | 49 | 51 | 0 | E | F6 | 48 | 33 |
| Octal | 74 | 51 | 334 | 111 | 121 | 0 | 16 | 366 | 110 | 63 |
| Binary | 111100 | 101001 | 11011100 | 1001001 | 1010001 | 0 | 1110 | 11110110 | 1001000 | 110011 |
Color Harmonies of #3C29DC
Complementary color
Monochromatic Colors of #3C29DC
Black with #3C29DC
Text Example
Text Example
White with #3C29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C29DC; }
p { color: rgb(60,41,220); }
H1.HeaderClassName
{
color: #3C29DC;
}
.AnyTagClassName
{
color: #3C29DC;
}
</style>
background-color css
<style>
a { background-color: #3C29DC; }
a { background-color: rgb(60,41,220); }
div.DivClassName
{
background-color: #3C29DC;
}
.BgClassName
{
background-color: #3C29DC;
}
</style>
border-color css
<style>
span { border-color: #3C29DC; }
span { border-color: rgb(60,41,220); }
td.TdClassName
{
border-color: #3C29DC;
}
.TagClassName
{
border-color: #3C29DC;
}
</style>