Shades of Han Purple #3C11D2
Tints of Han Purple #3C11D2
RGB
CMYK
RGB Variations
Color information
#3C11D2 (or 0x3C11D2) is known color: Han Purple. HEX triplet: 3C, 11 and D2. RGB value is (60,17,210). Sum of RGB (Red+Green+Blue) = 60+17+210=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 210 (82.42% from 255 or 73.17% from 287); Max value from RGB is 210 - color contains mainly: blue. Hex color #3C11D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C11D2 is #C3EE2D. Grayscale: #333333. Windows color (decimal): -12840494 or 13766972. OLE color: 13766972.
HSL color Cylindrical-coordinate representation of color #3C11D2: hue angle of 253.37º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C11D2 is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 17 | 210 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.18 |
| HSL | 253.37º | 0.85% | 0.45% | - |
| HSV(B) | 253.37º | 0.92% | 0.82% | - |
| XYZ | 13.7 | 6.01 | 61.41 | - |
| YUV | 51.86 | 217.25 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 210 | 0.71 | 0.92 | 0 | 0.18 | 253.37 | 0.85 | 0.45 |
| Hex | 3C | 11 | D2 | 47 | 5C | 0 | 12 | FD | 55 | 2D |
| Octal | 74 | 21 | 322 | 107 | 134 | 0 | 22 | 375 | 125 | 55 |
| Binary | 111100 | 10001 | 11010010 | 1000111 | 1011100 | 0 | 10010 | 11111101 | 1010101 | 101101 |
Color Harmonies of #3C11D2
Complementary color
Monochromatic Colors of #3C11D2
Black with #3C11D2
Text Example
Text Example
White with #3C11D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C11D2; }
p { color: rgb(60,17,210); }
H1.HeaderClassName
{
color: #3C11D2;
}
.AnyTagClassName
{
color: #3C11D2;
}
</style>
background-color css
<style>
a { background-color: #3C11D2; }
a { background-color: rgb(60,17,210); }
div.DivClassName
{
background-color: #3C11D2;
}
.BgClassName
{
background-color: #3C11D2;
}
</style>
border-color css
<style>
span { border-color: #3C11D2; }
span { border-color: rgb(60,17,210); }
td.TdClassName
{
border-color: #3C11D2;
}
.TagClassName
{
border-color: #3C11D2;
}
</style>