Shades of Han Purple #3C0DEB
Tints of Han Purple #3C0DEB
RGB
CMYK
RGB Variations
Color information
#3C0DEB (or 0x3C0DEB) is known color: Han Purple. HEX triplet: 3C, 0D and EB. RGB value is (60,13,235). Sum of RGB (Red+Green+Blue) = 60+13+235=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 235 (92.19% from 255 or 76.30% from 308); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C0DEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0DEB is #C3F214. Grayscale: #333333. Windows color (decimal): -12841493 or 15404348. OLE color: 15404348.
HSL color Cylindrical-coordinate representation of color #3C0DEB: hue angle of 252.7º degrees, saturation: 0.9, 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 #3C0DEB is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 13 | 235 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.08 |
| HSL | 252.7º | 0.9% | 0.49% | - |
| HSV(B) | 252.7º | 0.94% | 0.92% | - |
| XYZ | 17 | 7.25 | 79.1 | - |
| YUV | 52.36 | 231.07 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 235 | 0.74 | 0.94 | 0 | 0.08 | 252.7 | 0.9 | 0.49 |
| Hex | 3C | D | EB | 4A | 5E | 0 | 8 | FD | 5A | 31 |
| Octal | 74 | 15 | 353 | 112 | 136 | 0 | 10 | 375 | 132 | 61 |
| Binary | 111100 | 1101 | 11101011 | 1001010 | 1011110 | 0 | 1000 | 11111101 | 1011010 | 110001 |
Color Harmonies of #3C0DEB
Complementary color
Monochromatic Colors of #3C0DEB
Black with #3C0DEB
Text Example
Text Example
White with #3C0DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0DEB; }
p { color: rgb(60,13,235); }
H1.HeaderClassName
{
color: #3C0DEB;
}
.AnyTagClassName
{
color: #3C0DEB;
}
</style>
background-color css
<style>
a { background-color: #3C0DEB; }
a { background-color: rgb(60,13,235); }
div.DivClassName
{
background-color: #3C0DEB;
}
.BgClassName
{
background-color: #3C0DEB;
}
</style>
border-color css
<style>
span { border-color: #3C0DEB; }
span { border-color: rgb(60,13,235); }
td.TdClassName
{
border-color: #3C0DEB;
}
.TagClassName
{
border-color: #3C0DEB;
}
</style>