Shades of Han Purple #3C10CD
Tints of Han Purple #3C10CD
RGB
CMYK
RGB Variations
Color information
#3C10CD (or 0x3C10CD) is known color: Han Purple. HEX triplet: 3C, 10 and CD. RGB value is (60,16,205). Sum of RGB (Red+Green+Blue) = 60+16+205=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C10CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C10CD is #C3EF32. Grayscale: #313131. Windows color (decimal): -12840755 or 13439036. OLE color: 13439036.
HSL color Cylindrical-coordinate representation of color #3C10CD: hue angle of 253.97º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C10CD is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 16 | 205 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.20 |
| HSL | 253.97º | 0.86% | 0.43% | - |
| HSV(B) | 253.97º | 0.92% | 0.8% | - |
| XYZ | 13.07 | 5.74 | 58.18 | - |
| YUV | 50.7 | 215.08 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 205 | 0.71 | 0.92 | 0 | 0.20 | 253.97 | 0.86 | 0.43 |
| Hex | 3C | 10 | CD | 47 | 5C | 0 | 14 | FE | 56 | 2B |
| Octal | 74 | 20 | 315 | 107 | 134 | 0 | 24 | 376 | 126 | 53 |
| Binary | 111100 | 10000 | 11001101 | 1000111 | 1011100 | 0 | 10100 | 11111110 | 1010110 | 101011 |
Color Harmonies of #3C10CD
Complementary color
Monochromatic Colors of #3C10CD
Black with #3C10CD
Text Example
Text Example
White with #3C10CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C10CD; }
p { color: rgb(60,16,205); }
H1.HeaderClassName
{
color: #3C10CD;
}
.AnyTagClassName
{
color: #3C10CD;
}
</style>
background-color css
<style>
a { background-color: #3C10CD; }
a { background-color: rgb(60,16,205); }
div.DivClassName
{
background-color: #3C10CD;
}
.BgClassName
{
background-color: #3C10CD;
}
</style>
border-color css
<style>
span { border-color: #3C10CD; }
span { border-color: rgb(60,16,205); }
td.TdClassName
{
border-color: #3C10CD;
}
.TagClassName
{
border-color: #3C10CD;
}
</style>