Shades of Han Purple #3C0EEB
Tints of Han Purple #3C0EEB
RGB
CMYK
RGB Variations
Color information
#3C0EEB (or 0x3C0EEB) is known color: Han Purple. HEX triplet: 3C, 0E and EB. RGB value is (60,14,235). Sum of RGB (Red+Green+Blue) = 60+14+235=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 235 (92.19% from 255 or 76.05% from 309); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C0EEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0EEB is #C3F114. Grayscale: #343434. Windows color (decimal): -12841237 or 15404604. OLE color: 15404604.
HSL color Cylindrical-coordinate representation of color #3C0EEB: hue angle of 252.49º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0EEB is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 14 | 235 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.08 |
| HSL | 252.49º | 0.89% | 0.49% | - |
| HSV(B) | 252.49º | 0.94% | 0.92% | - |
| XYZ | 17.02 | 7.27 | 79.1 | - |
| YUV | 52.95 | 230.74 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 235 | 0.74 | 0.94 | 0 | 0.08 | 252.49 | 0.89 | 0.49 |
| Hex | 3C | E | EB | 4A | 5E | 0 | 8 | FC | 59 | 31 |
| Octal | 74 | 16 | 353 | 112 | 136 | 0 | 10 | 374 | 131 | 61 |
| Binary | 111100 | 1110 | 11101011 | 1001010 | 1011110 | 0 | 1000 | 11111100 | 1011001 | 110001 |
Color Harmonies of #3C0EEB
Complementary color
Monochromatic Colors of #3C0EEB
Black with #3C0EEB
Text Example
Text Example
White with #3C0EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0EEB; }
p { color: rgb(60,14,235); }
H1.HeaderClassName
{
color: #3C0EEB;
}
.AnyTagClassName
{
color: #3C0EEB;
}
</style>
background-color css
<style>
a { background-color: #3C0EEB; }
a { background-color: rgb(60,14,235); }
div.DivClassName
{
background-color: #3C0EEB;
}
.BgClassName
{
background-color: #3C0EEB;
}
</style>
border-color css
<style>
span { border-color: #3C0EEB; }
span { border-color: rgb(60,14,235); }
td.TdClassName
{
border-color: #3C0EEB;
}
.TagClassName
{
border-color: #3C0EEB;
}
</style>