Shades of Han Purple #3C27DC
Tints of Han Purple #3C27DC
RGB
CMYK
RGB Variations
Color information
#3C27DC (or 0x3C27DC) is known color: Han Purple. HEX triplet: 3C, 27 and DC. RGB value is (60,39,220). Sum of RGB (Red+Green+Blue) = 60+39+220=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C27DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C27DC is #C3D823. Grayscale: #414141. Windows color (decimal): -12834852 or 14427964. OLE color: 14427964.
HSL color Cylindrical-coordinate representation of color #3C27DC: hue angle of 246.96º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C27DC is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 39 | 220 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.14 |
| HSL | 246.96º | 0.72% | 0.51% | - |
| HSV(B) | 246.96º | 0.82% | 0.86% | - |
| XYZ | 15.51 | 7.58 | 68.36 | - |
| YUV | 65.91 | 214.96 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 220 | 0.73 | 0.82 | 0 | 0.14 | 246.96 | 0.72 | 0.51 |
| Hex | 3C | 27 | DC | 49 | 52 | 0 | E | F7 | 48 | 33 |
| Octal | 74 | 47 | 334 | 111 | 122 | 0 | 16 | 367 | 110 | 63 |
| Binary | 111100 | 100111 | 11011100 | 1001001 | 1010010 | 0 | 1110 | 11110111 | 1001000 | 110011 |
Color Harmonies of #3C27DC
Complementary color
Monochromatic Colors of #3C27DC
Black with #3C27DC
Text Example
Text Example
White with #3C27DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C27DC; }
p { color: rgb(60,39,220); }
H1.HeaderClassName
{
color: #3C27DC;
}
.AnyTagClassName
{
color: #3C27DC;
}
</style>
background-color css
<style>
a { background-color: #3C27DC; }
a { background-color: rgb(60,39,220); }
div.DivClassName
{
background-color: #3C27DC;
}
.BgClassName
{
background-color: #3C27DC;
}
</style>
border-color css
<style>
span { border-color: #3C27DC; }
span { border-color: rgb(60,39,220); }
td.TdClassName
{
border-color: #3C27DC;
}
.TagClassName
{
border-color: #3C27DC;
}
</style>