Shades of Han Purple #3C15DA
Tints of Han Purple #3C15DA
RGB
CMYK
RGB Variations
Color information
#3C15DA (or 0x3C15DA) is known color: Han Purple. HEX triplet: 3C, 15 and DA. RGB value is (60,21,218). Sum of RGB (Red+Green+Blue) = 60+21+218=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 218 (85.55% from 255 or 72.91% from 299); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C15DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C15DA is #C3EA25. Grayscale: #363636. Windows color (decimal): -12839462 or 14292284. OLE color: 14292284.
HSL color Cylindrical-coordinate representation of color #3C15DA: hue angle of 251.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C15DA is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 21 | 218 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.15 |
| HSL | 251.88º | 0.82% | 0.47% | - |
| HSV(B) | 251.88º | 0.9% | 0.85% | - |
| XYZ | 14.79 | 6.56 | 66.82 | - |
| YUV | 55.12 | 219.92 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 218 | 0.72 | 0.90 | 0 | 0.15 | 251.88 | 0.82 | 0.47 |
| Hex | 3C | 15 | DA | 48 | 5A | 0 | F | FC | 52 | 2F |
| Octal | 74 | 25 | 332 | 110 | 132 | 0 | 17 | 374 | 122 | 57 |
| Binary | 111100 | 10101 | 11011010 | 1001000 | 1011010 | 0 | 1111 | 11111100 | 1010010 | 101111 |
Color Harmonies of #3C15DA
Complementary color
Monochromatic Colors of #3C15DA
Black with #3C15DA
Text Example
Text Example
White with #3C15DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C15DA; }
p { color: rgb(60,21,218); }
H1.HeaderClassName
{
color: #3C15DA;
}
.AnyTagClassName
{
color: #3C15DA;
}
</style>
background-color css
<style>
a { background-color: #3C15DA; }
a { background-color: rgb(60,21,218); }
div.DivClassName
{
background-color: #3C15DA;
}
.BgClassName
{
background-color: #3C15DA;
}
</style>
border-color css
<style>
span { border-color: #3C15DA; }
span { border-color: rgb(60,21,218); }
td.TdClassName
{
border-color: #3C15DA;
}
.TagClassName
{
border-color: #3C15DA;
}
</style>