Shades of Han Purple #3C0EDB
Tints of Han Purple #3C0EDB
RGB
CMYK
RGB Variations
Color information
#3C0EDB (or 0x3C0EDB) is known color: Han Purple. HEX triplet: 3C, 0E and DB. RGB value is (60,14,219). Sum of RGB (Red+Green+Blue) = 60+14+219=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C0EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0EDB is #C3F124. Grayscale: #323232. Windows color (decimal): -12841253 or 14356028. OLE color: 14356028.
HSL color Cylindrical-coordinate representation of color #3C0EDB: hue angle of 253.46º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0EDB is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 14 | 219 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.14 |
| HSL | 253.46º | 0.88% | 0.46% | - |
| HSV(B) | 253.46º | 0.94% | 0.86% | - |
| XYZ | 14.81 | 6.39 | 67.47 | - |
| YUV | 51.12 | 222.74 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 219 | 0.73 | 0.94 | 0 | 0.14 | 253.46 | 0.88 | 0.46 |
| Hex | 3C | E | DB | 49 | 5E | 0 | E | FD | 58 | 2E |
| Octal | 74 | 16 | 333 | 111 | 136 | 0 | 16 | 375 | 130 | 56 |
| Binary | 111100 | 1110 | 11011011 | 1001001 | 1011110 | 0 | 1110 | 11111101 | 1011000 | 101110 |
Color Harmonies of #3C0EDB
Complementary color
Monochromatic Colors of #3C0EDB
Black with #3C0EDB
Text Example
Text Example
White with #3C0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0EDB; }
p { color: rgb(60,14,219); }
H1.HeaderClassName
{
color: #3C0EDB;
}
.AnyTagClassName
{
color: #3C0EDB;
}
</style>
background-color css
<style>
a { background-color: #3C0EDB; }
a { background-color: rgb(60,14,219); }
div.DivClassName
{
background-color: #3C0EDB;
}
.BgClassName
{
background-color: #3C0EDB;
}
</style>
border-color css
<style>
span { border-color: #3C0EDB; }
span { border-color: rgb(60,14,219); }
td.TdClassName
{
border-color: #3C0EDB;
}
.TagClassName
{
border-color: #3C0EDB;
}
</style>