Shades of Han Purple #3C1DDB
Tints of Han Purple #3C1DDB
RGB
CMYK
RGB Variations
Color information
#3C1DDB (or 0x3C1DDB) is known color: Han Purple. HEX triplet: 3C, 1D and DB. RGB value is (60,29,219). Sum of RGB (Red+Green+Blue) = 60+29+219=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C1DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1DDB is #C3E224. Grayscale: #3B3B3B. Windows color (decimal): -12837413 or 14359868. OLE color: 14359868.
HSL color Cylindrical-coordinate representation of color #3C1DDB: hue angle of 249.79º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C1DDB is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 29 | 219 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.14 |
| HSL | 249.79º | 0.77% | 0.49% | - |
| HSV(B) | 249.79º | 0.87% | 0.86% | - |
| XYZ | 15.09 | 6.95 | 67.56 | - |
| YUV | 59.93 | 217.77 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 29 | 219 | 0.73 | 0.87 | 0 | 0.14 | 249.79 | 0.77 | 0.49 |
| Hex | 3C | 1D | DB | 49 | 57 | 0 | E | FA | 4D | 31 |
| Octal | 74 | 35 | 333 | 111 | 127 | 0 | 16 | 372 | 115 | 61 |
| Binary | 111100 | 11101 | 11011011 | 1001001 | 1010111 | 0 | 1110 | 11111010 | 1001101 | 110001 |
Color Harmonies of #3C1DDB
Complementary color
Monochromatic Colors of #3C1DDB
Black with #3C1DDB
Text Example
Text Example
White with #3C1DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1DDB; }
p { color: rgb(60,29,219); }
H1.HeaderClassName
{
color: #3C1DDB;
}
.AnyTagClassName
{
color: #3C1DDB;
}
</style>
background-color css
<style>
a { background-color: #3C1DDB; }
a { background-color: rgb(60,29,219); }
div.DivClassName
{
background-color: #3C1DDB;
}
.BgClassName
{
background-color: #3C1DDB;
}
</style>
border-color css
<style>
span { border-color: #3C1DDB; }
span { border-color: rgb(60,29,219); }
td.TdClassName
{
border-color: #3C1DDB;
}
.TagClassName
{
border-color: #3C1DDB;
}
</style>