Shades of Han Purple #3C29DA
Tints of Han Purple #3C29DA
RGB
CMYK
RGB Variations
Color information
#3C29DA (or 0x3C29DA) is known color: Han Purple. HEX triplet: 3C, 29 and DA. RGB value is (60,41,218). Sum of RGB (Red+Green+Blue) = 60+41+218=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C29DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C29DA is #C3D625. Grayscale: #424242. Windows color (decimal): -12834342 or 14297404. OLE color: 14297404.
HSL color Cylindrical-coordinate representation of color #3C29DA: hue angle of 246.44º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C29DA is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 41 | 218 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.15 |
| HSL | 246.44º | 0.71% | 0.51% | - |
| HSV(B) | 246.44º | 0.81% | 0.85% | - |
| XYZ | 15.31 | 7.61 | 66.99 | - |
| YUV | 66.86 | 213.29 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 218 | 0.72 | 0.81 | 0 | 0.15 | 246.44 | 0.71 | 0.51 |
| Hex | 3C | 29 | DA | 48 | 51 | 0 | F | F6 | 47 | 33 |
| Octal | 74 | 51 | 332 | 110 | 121 | 0 | 17 | 366 | 107 | 63 |
| Binary | 111100 | 101001 | 11011010 | 1001000 | 1010001 | 0 | 1111 | 11110110 | 1000111 | 110011 |
Color Harmonies of #3C29DA
Complementary color
Monochromatic Colors of #3C29DA
Black with #3C29DA
Text Example
Text Example
White with #3C29DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C29DA; }
p { color: rgb(60,41,218); }
H1.HeaderClassName
{
color: #3C29DA;
}
.AnyTagClassName
{
color: #3C29DA;
}
</style>
background-color css
<style>
a { background-color: #3C29DA; }
a { background-color: rgb(60,41,218); }
div.DivClassName
{
background-color: #3C29DA;
}
.BgClassName
{
background-color: #3C29DA;
}
</style>
border-color css
<style>
span { border-color: #3C29DA; }
span { border-color: rgb(60,41,218); }
td.TdClassName
{
border-color: #3C29DA;
}
.TagClassName
{
border-color: #3C29DA;
}
</style>