Shades of Han Purple #3C11EA
Tints of Han Purple #3C11EA
RGB
CMYK
RGB Variations
Color information
#3C11EA (or 0x3C11EA) is known color: Han Purple. HEX triplet: 3C, 11 and EA. RGB value is (60,17,234). Sum of RGB (Red+Green+Blue) = 60+17+234=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 234 (91.80% from 255 or 75.24% from 311); Max value from RGB is 234 - color contains mainly: blue. Hex color #3C11EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C11EA is #C3EE15. Grayscale: #353535. Windows color (decimal): -12840470 or 15339836. OLE color: 15339836.
HSL color Cylindrical-coordinate representation of color #3C11EA: hue angle of 251.89º degrees, saturation: 0.86, 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 #3C11EA is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 17 | 234 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.08 |
| HSL | 251.89º | 0.86% | 0.49% | - |
| HSV(B) | 251.89º | 0.93% | 0.92% | - |
| XYZ | 16.92 | 7.3 | 78.36 | - |
| YUV | 54.6 | 229.25 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 234 | 0.74 | 0.93 | 0 | 0.08 | 251.89 | 0.86 | 0.49 |
| Hex | 3C | 11 | EA | 4A | 5D | 0 | 8 | FC | 56 | 31 |
| Octal | 74 | 21 | 352 | 112 | 135 | 0 | 10 | 374 | 126 | 61 |
| Binary | 111100 | 10001 | 11101010 | 1001010 | 1011101 | 0 | 1000 | 11111100 | 1010110 | 110001 |
Color Harmonies of #3C11EA
Complementary color
Monochromatic Colors of #3C11EA
Black with #3C11EA
Text Example
Text Example
White with #3C11EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C11EA; }
p { color: rgb(60,17,234); }
H1.HeaderClassName
{
color: #3C11EA;
}
.AnyTagClassName
{
color: #3C11EA;
}
</style>
background-color css
<style>
a { background-color: #3C11EA; }
a { background-color: rgb(60,17,234); }
div.DivClassName
{
background-color: #3C11EA;
}
.BgClassName
{
background-color: #3C11EA;
}
</style>
border-color css
<style>
span { border-color: #3C11EA; }
span { border-color: rgb(60,17,234); }
td.TdClassName
{
border-color: #3C11EA;
}
.TagClassName
{
border-color: #3C11EA;
}
</style>