Shades of Han Purple #3C0DDB
Tints of Han Purple #3C0DDB
RGB
CMYK
RGB Variations
Color information
#3C0DDB (or 0x3C0DDB) is known color: Han Purple. HEX triplet: 3C, 0D and DB. RGB value is (60,13,219). Sum of RGB (Red+Green+Blue) = 60+13+219=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 219 (85.94% from 255 or 75% from 292); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C0DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0DDB is #C3F224. Grayscale: #313131. Windows color (decimal): -12841509 or 14355772. OLE color: 14355772.
HSL color Cylindrical-coordinate representation of color #3C0DDB: hue angle of 253.69º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0DDB is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 13 | 219 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.14 |
| HSL | 253.69º | 0.89% | 0.45% | - |
| HSV(B) | 253.69º | 0.94% | 0.86% | - |
| XYZ | 14.79 | 6.36 | 67.47 | - |
| YUV | 50.54 | 223.07 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 219 | 0.73 | 0.94 | 0 | 0.14 | 253.69 | 0.89 | 0.45 |
| Hex | 3C | D | DB | 49 | 5E | 0 | E | FE | 59 | 2D |
| Octal | 74 | 15 | 333 | 111 | 136 | 0 | 16 | 376 | 131 | 55 |
| Binary | 111100 | 1101 | 11011011 | 1001001 | 1011110 | 0 | 1110 | 11111110 | 1011001 | 101101 |
Color Harmonies of #3C0DDB
Complementary color
Monochromatic Colors of #3C0DDB
Black with #3C0DDB
Text Example
Text Example
White with #3C0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0DDB; }
p { color: rgb(60,13,219); }
H1.HeaderClassName
{
color: #3C0DDB;
}
.AnyTagClassName
{
color: #3C0DDB;
}
</style>
background-color css
<style>
a { background-color: #3C0DDB; }
a { background-color: rgb(60,13,219); }
div.DivClassName
{
background-color: #3C0DDB;
}
.BgClassName
{
background-color: #3C0DDB;
}
</style>
border-color css
<style>
span { border-color: #3C0DDB; }
span { border-color: rgb(60,13,219); }
td.TdClassName
{
border-color: #3C0DDB;
}
.TagClassName
{
border-color: #3C0DDB;
}
</style>