Shades of Han Purple #3C0BEC
Tints of Han Purple #3C0BEC
RGB
CMYK
RGB Variations
Color information
#3C0BEC (or 0x3C0BEC) is known color: Han Purple. HEX triplet: 3C, 0B and EC. RGB value is (60,11,236). Sum of RGB (Red+Green+Blue) = 60+11+236=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 236 (92.58% from 255 or 76.87% from 307); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C0BEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0BEC is #C3F413. Grayscale: #323232. Windows color (decimal): -12842004 or 15469372. OLE color: 15469372.
HSL color Cylindrical-coordinate representation of color #3C0BEC: hue angle of 253.07º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0BEC is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 11 | 236 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.07 |
| HSL | 253.07º | 0.91% | 0.48% | - |
| HSV(B) | 253.07º | 0.95% | 0.93% | - |
| XYZ | 17.12 | 7.26 | 79.85 | - |
| YUV | 51.3 | 232.23 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 11 | 236 | 0.75 | 0.95 | 0 | 0.07 | 253.07 | 0.91 | 0.48 |
| Hex | 3C | B | EC | 4B | 5F | 0 | 7 | FD | 5B | 30 |
| Octal | 74 | 13 | 354 | 113 | 137 | 0 | 7 | 375 | 133 | 60 |
| Binary | 111100 | 1011 | 11101100 | 1001011 | 1011111 | 0 | 111 | 11111101 | 1011011 | 110000 |
Color Harmonies of #3C0BEC
Complementary color
Monochromatic Colors of #3C0BEC
Black with #3C0BEC
Text Example
Text Example
White with #3C0BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0BEC; }
p { color: rgb(60,11,236); }
H1.HeaderClassName
{
color: #3C0BEC;
}
.AnyTagClassName
{
color: #3C0BEC;
}
</style>
background-color css
<style>
a { background-color: #3C0BEC; }
a { background-color: rgb(60,11,236); }
div.DivClassName
{
background-color: #3C0BEC;
}
.BgClassName
{
background-color: #3C0BEC;
}
</style>
border-color css
<style>
span { border-color: #3C0BEC; }
span { border-color: rgb(60,11,236); }
td.TdClassName
{
border-color: #3C0BEC;
}
.TagClassName
{
border-color: #3C0BEC;
}
</style>