Shades of Han Purple #3C13CC
Tints of Han Purple #3C13CC
RGB
CMYK
RGB Variations
Color information
#3C13CC (or 0x3C13CC) is known color: Han Purple. HEX triplet: 3C, 13 and CC. RGB value is (60,19,204). Sum of RGB (Red+Green+Blue) = 60+19+204=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C13CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C13CC is #C3EC33. Grayscale: #333333. Windows color (decimal): -12839988 or 13374268. OLE color: 13374268.
HSL color Cylindrical-coordinate representation of color #3C13CC: hue angle of 253.3º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C13CC is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 19 | 204 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.2 |
| HSL | 253.3º | 0.83% | 0.44% | - |
| HSV(B) | 253.3º | 0.91% | 0.8% | - |
| XYZ | 13 | 5.79 | 57.56 | - |
| YUV | 52.35 | 213.58 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 204 | 0.71 | 0.91 | 0 | 0.2 | 253.3 | 0.83 | 0.44 |
| Hex | 3C | 13 | CC | 47 | 5B | 0 | 14 | FD | 53 | 2C |
| Octal | 74 | 23 | 314 | 107 | 133 | 0 | 24 | 375 | 123 | 54 |
| Binary | 111100 | 10011 | 11001100 | 1000111 | 1011011 | 0 | 10100 | 11111101 | 1010011 | 101100 |
Color Harmonies of #3C13CC
Complementary color
Monochromatic Colors of #3C13CC
Black with #3C13CC
Text Example
Text Example
White with #3C13CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C13CC; }
p { color: rgb(60,19,204); }
H1.HeaderClassName
{
color: #3C13CC;
}
.AnyTagClassName
{
color: #3C13CC;
}
</style>
background-color css
<style>
a { background-color: #3C13CC; }
a { background-color: rgb(60,19,204); }
div.DivClassName
{
background-color: #3C13CC;
}
.BgClassName
{
background-color: #3C13CC;
}
</style>
border-color css
<style>
span { border-color: #3C13CC; }
span { border-color: rgb(60,19,204); }
td.TdClassName
{
border-color: #3C13CC;
}
.TagClassName
{
border-color: #3C13CC;
}
</style>