Shades of Han Purple #3C0BCD
Tints of Han Purple #3C0BCD
RGB
CMYK
RGB Variations
Color information
#3C0BCD (or 0x3C0BCD) is known color: Han Purple. HEX triplet: 3C, 0B and CD. RGB value is (60,11,205). Sum of RGB (Red+Green+Blue) = 60+11+205=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 205 (80.47% from 255 or 74.28% from 276); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C0BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0BCD is #C3F432. Grayscale: #2F2F2F. Windows color (decimal): -12842035 or 13437756. OLE color: 13437756.
HSL color Cylindrical-coordinate representation of color #3C0BCD: hue angle of 255.15º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0BCD is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 11 | 205 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.20 |
| HSL | 255.15º | 0.9% | 0.42% | - |
| HSV(B) | 255.15º | 0.95% | 0.8% | - |
| XYZ | 13 | 5.61 | 58.15 | - |
| YUV | 47.77 | 216.73 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 11 | 205 | 0.71 | 0.95 | 0 | 0.20 | 255.15 | 0.9 | 0.42 |
| Hex | 3C | B | CD | 47 | 5F | 0 | 14 | FF | 5A | 2A |
| Octal | 74 | 13 | 315 | 107 | 137 | 0 | 24 | 377 | 132 | 52 |
| Binary | 111100 | 1011 | 11001101 | 1000111 | 1011111 | 0 | 10100 | 11111111 | 1011010 | 101010 |
Color Harmonies of #3C0BCD
Complementary color
Monochromatic Colors of #3C0BCD
Black with #3C0BCD
Text Example
Text Example
White with #3C0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0BCD; }
p { color: rgb(60,11,205); }
H1.HeaderClassName
{
color: #3C0BCD;
}
.AnyTagClassName
{
color: #3C0BCD;
}
</style>
background-color css
<style>
a { background-color: #3C0BCD; }
a { background-color: rgb(60,11,205); }
div.DivClassName
{
background-color: #3C0BCD;
}
.BgClassName
{
background-color: #3C0BCD;
}
</style>
border-color css
<style>
span { border-color: #3C0BCD; }
span { border-color: rgb(60,11,205); }
td.TdClassName
{
border-color: #3C0BCD;
}
.TagClassName
{
border-color: #3C0BCD;
}
</style>