Shades of Han Purple #3C13DC
Tints of Han Purple #3C13DC
RGB
CMYK
RGB Variations
Color information
#3C13DC (or 0x3C13DC) is known color: Han Purple. HEX triplet: 3C, 13 and DC. RGB value is (60,19,220). Sum of RGB (Red+Green+Blue) = 60+19+220=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C13DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C13DC is #C3EC23. Grayscale: #353535. Windows color (decimal): -12839972 or 14422844. OLE color: 14422844.
HSL color Cylindrical-coordinate representation of color #3C13DC: hue angle of 252.24º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C13DC is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 19 | 220 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.14 |
| HSL | 252.24º | 0.84% | 0.47% | - |
| HSV(B) | 252.24º | 0.91% | 0.86% | - |
| XYZ | 15.01 | 6.59 | 68.19 | - |
| YUV | 54.17 | 221.58 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 220 | 0.73 | 0.91 | 0 | 0.14 | 252.24 | 0.84 | 0.47 |
| Hex | 3C | 13 | DC | 49 | 5B | 0 | E | FC | 54 | 2F |
| Octal | 74 | 23 | 334 | 111 | 133 | 0 | 16 | 374 | 124 | 57 |
| Binary | 111100 | 10011 | 11011100 | 1001001 | 1011011 | 0 | 1110 | 11111100 | 1010100 | 101111 |
Color Harmonies of #3C13DC
Complementary color
Monochromatic Colors of #3C13DC
Black with #3C13DC
Text Example
Text Example
White with #3C13DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C13DC; }
p { color: rgb(60,19,220); }
H1.HeaderClassName
{
color: #3C13DC;
}
.AnyTagClassName
{
color: #3C13DC;
}
</style>
background-color css
<style>
a { background-color: #3C13DC; }
a { background-color: rgb(60,19,220); }
div.DivClassName
{
background-color: #3C13DC;
}
.BgClassName
{
background-color: #3C13DC;
}
</style>
border-color css
<style>
span { border-color: #3C13DC; }
span { border-color: rgb(60,19,220); }
td.TdClassName
{
border-color: #3C13DC;
}
.TagClassName
{
border-color: #3C13DC;
}
</style>