Shades of Christalle #3C125D
Tints of Christalle #3C125D
RGB
CMYK
RGB Variations
Color information
#3C125D (or 0x3C125D) is known color: Christalle. HEX triplet: 3C, 12 and 5D. RGB value is (60,18,93). Sum of RGB (Red+Green+Blue) = 60+18+93=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C125D is #C3EDA2. Grayscale: #262626. Windows color (decimal): -12840355 or 6099516. OLE color: 6099516.
HSL color Cylindrical-coordinate representation of color #3C125D: hue angle of 273.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C125D is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 18 | 93 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.64 |
| HSL | 273.6º | 0.68% | 0.22% | - |
| HSV(B) | 273.6º | 0.81% | 0.36% | - |
| XYZ | 4.06 | 2.18 | 10.56 | - |
| YUV | 39.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 93 | 0.35 | 0.81 | 0 | 0.64 | 273.6 | 0.68 | 0.22 |
| Hex | 3C | 12 | 5D | 23 | 51 | 0 | 40 | 112 | 44 | 16 |
| Octal | 74 | 22 | 135 | 43 | 121 | 0 | 100 | 422 | 104 | 26 |
| Binary | 111100 | 10010 | 1011101 | 100011 | 1010001 | 0 | 1000000 | 100010010 | 1000100 | 10110 |
Color Harmonies of #3C125D
Complementary color
Monochromatic Colors of #3C125D
Black with #3C125D
Text Example
Text Example
White with #3C125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C125D; }
p { color: rgb(60,18,93); }
H1.HeaderClassName
{
color: #3C125D;
}
.AnyTagClassName
{
color: #3C125D;
}
</style>
background-color css
<style>
a { background-color: #3C125D; }
a { background-color: rgb(60,18,93); }
div.DivClassName
{
background-color: #3C125D;
}
.BgClassName
{
background-color: #3C125D;
}
</style>
border-color css
<style>
span { border-color: #3C125D; }
span { border-color: rgb(60,18,93); }
td.TdClassName
{
border-color: #3C125D;
}
.TagClassName
{
border-color: #3C125D;
}
</style>