Shades of Christalle #3C125E
Tints of Christalle #3C125E
RGB
CMYK
RGB Variations
Color information
#3C125E (or 0x3C125E) is known color: Christalle. HEX triplet: 3C, 12 and 5E. RGB value is (60,18,94). Sum of RGB (Red+Green+Blue) = 60+18+94=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #3C125E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C125E is #C3EDA1. Grayscale: #262626. Windows color (decimal): -12840354 or 6165052. OLE color: 6165052.
HSL color Cylindrical-coordinate representation of color #3C125E: hue angle of 273.16º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C125E is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 60 | 18 | 94 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.63 |
| HSL | 273.16º | 0.68% | 0.22% | - |
| HSV(B) | 273.16º | 0.81% | 0.37% | - |
| XYZ | 4.1 | 2.2 | 10.8 | - |
| YUV | 39.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 94 | 0.36 | 0.81 | 0 | 0.63 | 273.16 | 0.68 | 0.22 |
| Hex | 3C | 12 | 5E | 24 | 51 | 0 | 3F | 111 | 44 | 16 |
| Octal | 74 | 22 | 136 | 44 | 121 | 0 | 77 | 421 | 104 | 26 |
| Binary | 111100 | 10010 | 1011110 | 100100 | 1010001 | 0 | 111111 | 100010001 | 1000100 | 10110 |
Color Harmonies of #3C125E
Complementary color
Monochromatic Colors of #3C125E
Black with #3C125E
Text Example
Text Example
White with #3C125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C125E; }
p { color: rgb(60,18,94); }
H1.HeaderClassName
{
color: #3C125E;
}
.AnyTagClassName
{
color: #3C125E;
}
</style>
background-color css
<style>
a { background-color: #3C125E; }
a { background-color: rgb(60,18,94); }
div.DivClassName
{
background-color: #3C125E;
}
.BgClassName
{
background-color: #3C125E;
}
</style>
border-color css
<style>
span { border-color: #3C125E; }
span { border-color: rgb(60,18,94); }
td.TdClassName
{
border-color: #3C125E;
}
.TagClassName
{
border-color: #3C125E;
}
</style>