Shades of Han Purple #3C2BD8
Tints of Han Purple #3C2BD8
RGB
CMYK
RGB Variations
Color information
#3C2BD8 (or 0x3C2BD8) is known color: Han Purple. HEX triplet: 3C, 2B and D8. RGB value is (60,43,216). Sum of RGB (Red+Green+Blue) = 60+43+216=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 216 (84.77% from 255 or 67.71% from 319); Max value from RGB is 216 - color contains mainly: blue. Hex color #3C2BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2BD8 is #C3D427. Grayscale: #434343. Windows color (decimal): -12833832 or 14166844. OLE color: 14166844.
HSL color Cylindrical-coordinate representation of color #3C2BD8: hue angle of 245.9º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C2BD8 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 43 | 216 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.15 |
| HSL | 245.9º | 0.69% | 0.51% | - |
| HSV(B) | 245.9º | 0.8% | 0.85% | - |
| XYZ | 15.12 | 7.65 | 65.64 | - |
| YUV | 67.81 | 211.63 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 43 | 216 | 0.72 | 0.80 | 0 | 0.15 | 245.9 | 0.69 | 0.51 |
| Hex | 3C | 2B | D8 | 48 | 50 | 0 | F | F6 | 45 | 33 |
| Octal | 74 | 53 | 330 | 110 | 120 | 0 | 17 | 366 | 105 | 63 |
| Binary | 111100 | 101011 | 11011000 | 1001000 | 1010000 | 0 | 1111 | 11110110 | 1000101 | 110011 |
Color Harmonies of #3C2BD8
Complementary color
Monochromatic Colors of #3C2BD8
Black with #3C2BD8
Text Example
Text Example
White with #3C2BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2BD8; }
p { color: rgb(60,43,216); }
H1.HeaderClassName
{
color: #3C2BD8;
}
.AnyTagClassName
{
color: #3C2BD8;
}
</style>
background-color css
<style>
a { background-color: #3C2BD8; }
a { background-color: rgb(60,43,216); }
div.DivClassName
{
background-color: #3C2BD8;
}
.BgClassName
{
background-color: #3C2BD8;
}
</style>
border-color css
<style>
span { border-color: #3C2BD8; }
span { border-color: rgb(60,43,216); }
td.TdClassName
{
border-color: #3C2BD8;
}
.TagClassName
{
border-color: #3C2BD8;
}
</style>