Shades of Christalle #3C226E
Tints of Christalle #3C226E
RGB
CMYK
RGB Variations
Color information
#3C226E (or 0x3C226E) is known color: Christalle. HEX triplet: 3C, 22 and 6E. RGB value is (60,34,110). Sum of RGB (Red+Green+Blue) = 60+34+110=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C226E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C226E is #C3DD91. Grayscale: #323232. Windows color (decimal): -12836242 or 7217724. OLE color: 7217724.
HSL color Cylindrical-coordinate representation of color #3C226E: hue angle of 260.53º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C226E is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 34 | 110 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.57 |
| HSL | 260.53º | 0.53% | 0.28% | - |
| HSV(B) | 260.53º | 0.69% | 0.43% | - |
| XYZ | 5.25 | 3.23 | 15.1 | - |
| YUV | 50.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 110 | 0.45 | 0.69 | 0 | 0.57 | 260.53 | 0.53 | 0.28 |
| Hex | 3C | 22 | 6E | 2D | 45 | 0 | 39 | 105 | 35 | 1C |
| Octal | 74 | 42 | 156 | 55 | 105 | 0 | 71 | 405 | 65 | 34 |
| Binary | 111100 | 100010 | 1101110 | 101101 | 1000101 | 0 | 111001 | 100000101 | 110101 | 11100 |
Color Harmonies of #3C226E
Complementary color
Monochromatic Colors of #3C226E
Black with #3C226E
Text Example
Text Example
White with #3C226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C226E; }
p { color: rgb(60,34,110); }
H1.HeaderClassName
{
color: #3C226E;
}
.AnyTagClassName
{
color: #3C226E;
}
</style>
background-color css
<style>
a { background-color: #3C226E; }
a { background-color: rgb(60,34,110); }
div.DivClassName
{
background-color: #3C226E;
}
.BgClassName
{
background-color: #3C226E;
}
</style>
border-color css
<style>
span { border-color: #3C226E; }
span { border-color: rgb(60,34,110); }
td.TdClassName
{
border-color: #3C226E;
}
.TagClassName
{
border-color: #3C226E;
}
</style>