Shades of Han Purple #3C15DD
Tints of Han Purple #3C15DD
RGB
CMYK
RGB Variations
Color information
#3C15DD (or 0x3C15DD) is known color: Han Purple. HEX triplet: 3C, 15 and DD. RGB value is (60,21,221). Sum of RGB (Red+Green+Blue) = 60+21+221=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C15DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C15DD is #C3EA22. Grayscale: #363636. Windows color (decimal): -12839459 or 14488892. OLE color: 14488892.
HSL color Cylindrical-coordinate representation of color #3C15DD: hue angle of 251.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C15DD is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 21 | 221 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.13 |
| HSL | 251.7º | 0.83% | 0.47% | - |
| HSV(B) | 251.7º | 0.9% | 0.87% | - |
| XYZ | 15.18 | 6.72 | 68.9 | - |
| YUV | 55.46 | 221.42 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 221 | 0.73 | 0.90 | 0 | 0.13 | 251.7 | 0.83 | 0.47 |
| Hex | 3C | 15 | DD | 49 | 5A | 0 | D | FC | 53 | 2F |
| Octal | 74 | 25 | 335 | 111 | 132 | 0 | 15 | 374 | 123 | 57 |
| Binary | 111100 | 10101 | 11011101 | 1001001 | 1011010 | 0 | 1101 | 11111100 | 1010011 | 101111 |
Color Harmonies of #3C15DD
Complementary color
Monochromatic Colors of #3C15DD
Black with #3C15DD
Text Example
Text Example
White with #3C15DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C15DD; }
p { color: rgb(60,21,221); }
H1.HeaderClassName
{
color: #3C15DD;
}
.AnyTagClassName
{
color: #3C15DD;
}
</style>
background-color css
<style>
a { background-color: #3C15DD; }
a { background-color: rgb(60,21,221); }
div.DivClassName
{
background-color: #3C15DD;
}
.BgClassName
{
background-color: #3C15DD;
}
</style>
border-color css
<style>
span { border-color: #3C15DD; }
span { border-color: rgb(60,21,221); }
td.TdClassName
{
border-color: #3C15DD;
}
.TagClassName
{
border-color: #3C15DD;
}
</style>