Shades of Han Purple #3C13CD
Tints of Han Purple #3C13CD
RGB
CMYK
RGB Variations
Color information
#3C13CD (or 0x3C13CD) is known color: Han Purple. HEX triplet: 3C, 13 and CD. RGB value is (60,19,205). Sum of RGB (Red+Green+Blue) = 60+19+205=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C13CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C13CD is #C3EC32. Grayscale: #333333. Windows color (decimal): -12839987 or 13439804. OLE color: 13439804.
HSL color Cylindrical-coordinate representation of color #3C13CD: hue angle of 253.23º 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 #3C13CD is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 19 | 205 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.20 |
| HSL | 253.23º | 0.83% | 0.44% | - |
| HSV(B) | 253.23º | 0.91% | 0.8% | - |
| XYZ | 13.12 | 5.83 | 58.19 | - |
| YUV | 52.46 | 214.08 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 205 | 0.71 | 0.91 | 0 | 0.20 | 253.23 | 0.83 | 0.44 |
| Hex | 3C | 13 | CD | 47 | 5B | 0 | 14 | FD | 53 | 2C |
| Octal | 74 | 23 | 315 | 107 | 133 | 0 | 24 | 375 | 123 | 54 |
| Binary | 111100 | 10011 | 11001101 | 1000111 | 1011011 | 0 | 10100 | 11111101 | 1010011 | 101100 |
Color Harmonies of #3C13CD
Complementary color
Monochromatic Colors of #3C13CD
Black with #3C13CD
Text Example
Text Example
White with #3C13CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C13CD; }
p { color: rgb(60,19,205); }
H1.HeaderClassName
{
color: #3C13CD;
}
.AnyTagClassName
{
color: #3C13CD;
}
</style>
background-color css
<style>
a { background-color: #3C13CD; }
a { background-color: rgb(60,19,205); }
div.DivClassName
{
background-color: #3C13CD;
}
.BgClassName
{
background-color: #3C13CD;
}
</style>
border-color css
<style>
span { border-color: #3C13CD; }
span { border-color: rgb(60,19,205); }
td.TdClassName
{
border-color: #3C13CD;
}
.TagClassName
{
border-color: #3C13CD;
}
</style>