Shades of Han Purple #3C0CDD
Tints of Han Purple #3C0CDD
RGB
CMYK
RGB Variations
Color information
#3C0CDD (or 0x3C0CDD) is known color: Han Purple. HEX triplet: 3C, 0C and DD. RGB value is (60,12,221). Sum of RGB (Red+Green+Blue) = 60+12+221=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 221 (86.72% from 255 or 75.43% from 293); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C0CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0CDD is #C3F322. Grayscale: #313131. Windows color (decimal): -12841763 or 14486588. OLE color: 14486588.
HSL color Cylindrical-coordinate representation of color #3C0CDD: hue angle of 253.78º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0CDD is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 12 | 221 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.13 |
| HSL | 253.78º | 0.9% | 0.46% | - |
| HSV(B) | 253.78º | 0.95% | 0.87% | - |
| XYZ | 15.05 | 6.44 | 68.86 | - |
| YUV | 50.18 | 224.4 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 12 | 221 | 0.73 | 0.95 | 0 | 0.13 | 253.78 | 0.9 | 0.46 |
| Hex | 3C | C | DD | 49 | 5F | 0 | D | FE | 5A | 2E |
| Octal | 74 | 14 | 335 | 111 | 137 | 0 | 15 | 376 | 132 | 56 |
| Binary | 111100 | 1100 | 11011101 | 1001001 | 1011111 | 0 | 1101 | 11111110 | 1011010 | 101110 |
Color Harmonies of #3C0CDD
Complementary color
Monochromatic Colors of #3C0CDD
Black with #3C0CDD
Text Example
Text Example
White with #3C0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0CDD; }
p { color: rgb(60,12,221); }
H1.HeaderClassName
{
color: #3C0CDD;
}
.AnyTagClassName
{
color: #3C0CDD;
}
</style>
background-color css
<style>
a { background-color: #3C0CDD; }
a { background-color: rgb(60,12,221); }
div.DivClassName
{
background-color: #3C0CDD;
}
.BgClassName
{
background-color: #3C0CDD;
}
</style>
border-color css
<style>
span { border-color: #3C0CDD; }
span { border-color: rgb(60,12,221); }
td.TdClassName
{
border-color: #3C0CDD;
}
.TagClassName
{
border-color: #3C0CDD;
}
</style>