Shades of Han Purple #3C29DB
Tints of Han Purple #3C29DB
RGB
CMYK
RGB Variations
Color information
#3C29DB (or 0x3C29DB) is known color: Han Purple. HEX triplet: 3C, 29 and DB. RGB value is (60,41,219). Sum of RGB (Red+Green+Blue) = 60+41+219=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C29DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C29DB is #C3D624. Grayscale: #424242. Windows color (decimal): -12834341 or 14362940. OLE color: 14362940.
HSL color Cylindrical-coordinate representation of color #3C29DB: hue angle of 246.4º degrees, saturation: 0.71, 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 #3C29DB is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 41 | 219 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.14 |
| HSL | 246.4º | 0.71% | 0.51% | - |
| HSV(B) | 246.4º | 0.81% | 0.86% | - |
| XYZ | 15.44 | 7.66 | 67.68 | - |
| YUV | 66.97 | 213.79 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 41 | 219 | 0.73 | 0.81 | 0 | 0.14 | 246.4 | 0.71 | 0.51 |
| Hex | 3C | 29 | DB | 49 | 51 | 0 | E | F6 | 47 | 33 |
| Octal | 74 | 51 | 333 | 111 | 121 | 0 | 16 | 366 | 107 | 63 |
| Binary | 111100 | 101001 | 11011011 | 1001001 | 1010001 | 0 | 1110 | 11110110 | 1000111 | 110011 |
Color Harmonies of #3C29DB
Complementary color
Monochromatic Colors of #3C29DB
Black with #3C29DB
Text Example
Text Example
White with #3C29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C29DB; }
p { color: rgb(60,41,219); }
H1.HeaderClassName
{
color: #3C29DB;
}
.AnyTagClassName
{
color: #3C29DB;
}
</style>
background-color css
<style>
a { background-color: #3C29DB; }
a { background-color: rgb(60,41,219); }
div.DivClassName
{
background-color: #3C29DB;
}
.BgClassName
{
background-color: #3C29DB;
}
</style>
border-color css
<style>
span { border-color: #3C29DB; }
span { border-color: rgb(60,41,219); }
td.TdClassName
{
border-color: #3C29DB;
}
.TagClassName
{
border-color: #3C29DB;
}
</style>