Shades of Han Purple #3C11EB
Tints of Han Purple #3C11EB
RGB
CMYK
RGB Variations
Color information
#3C11EB (or 0x3C11EB) is known color: Han Purple. HEX triplet: 3C, 11 and EB. RGB value is (60,17,235). Sum of RGB (Red+Green+Blue) = 60+17+235=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C11EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C11EB is #C3EE14. Grayscale: #353535. Windows color (decimal): -12840469 or 15405372. OLE color: 15405372.
HSL color Cylindrical-coordinate representation of color #3C11EB: hue angle of 251.83º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C11EB is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 17 | 235 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.08 |
| HSL | 251.83º | 0.87% | 0.49% | - |
| HSV(B) | 251.83º | 0.93% | 0.92% | - |
| XYZ | 17.06 | 7.36 | 79.12 | - |
| YUV | 54.71 | 229.75 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 235 | 0.74 | 0.93 | 0 | 0.08 | 251.83 | 0.87 | 0.49 |
| Hex | 3C | 11 | EB | 4A | 5D | 0 | 8 | FC | 57 | 31 |
| Octal | 74 | 21 | 353 | 112 | 135 | 0 | 10 | 374 | 127 | 61 |
| Binary | 111100 | 10001 | 11101011 | 1001010 | 1011101 | 0 | 1000 | 11111100 | 1010111 | 110001 |
Color Harmonies of #3C11EB
Complementary color
Monochromatic Colors of #3C11EB
Black with #3C11EB
Text Example
Text Example
White with #3C11EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C11EB; }
p { color: rgb(60,17,235); }
H1.HeaderClassName
{
color: #3C11EB;
}
.AnyTagClassName
{
color: #3C11EB;
}
</style>
background-color css
<style>
a { background-color: #3C11EB; }
a { background-color: rgb(60,17,235); }
div.DivClassName
{
background-color: #3C11EB;
}
.BgClassName
{
background-color: #3C11EB;
}
</style>
border-color css
<style>
span { border-color: #3C11EB; }
span { border-color: rgb(60,17,235); }
td.TdClassName
{
border-color: #3C11EB;
}
.TagClassName
{
border-color: #3C11EB;
}
</style>