Shades of Christalle #3C225B
Tints of Christalle #3C225B
RGB
CMYK
RGB Variations
Color information
#3C225B (or 0x3C225B) is known color: Christalle. HEX triplet: 3C, 22 and 5B. RGB value is (60,34,91). Sum of RGB (Red+Green+Blue) = 60+34+91=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C225B is #C3DDA4. Grayscale: #303030. Windows color (decimal): -12836261 or 5972540. OLE color: 5972540.
HSL color Cylindrical-coordinate representation of color #3C225B: hue angle of 267.37º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C225B is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 34 | 91 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.64 |
| HSL | 267.37º | 0.46% | 0.25% | - |
| HSV(B) | 267.37º | 0.63% | 0.36% | - |
| XYZ | 4.32 | 2.86 | 10.22 | - |
| YUV | 48.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 91 | 0.34 | 0.63 | 0 | 0.64 | 267.37 | 0.46 | 0.25 |
| Hex | 3C | 22 | 5B | 22 | 3F | 0 | 40 | 10B | 2E | 19 |
| Octal | 74 | 42 | 133 | 42 | 77 | 0 | 100 | 413 | 56 | 31 |
| Binary | 111100 | 100010 | 1011011 | 100010 | 111111 | 0 | 1000000 | 100001011 | 101110 | 11001 |
Color Harmonies of #3C225B
Complementary color
Monochromatic Colors of #3C225B
Black with #3C225B
Text Example
Text Example
White with #3C225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C225B; }
p { color: rgb(60,34,91); }
H1.HeaderClassName
{
color: #3C225B;
}
.AnyTagClassName
{
color: #3C225B;
}
</style>
background-color css
<style>
a { background-color: #3C225B; }
a { background-color: rgb(60,34,91); }
div.DivClassName
{
background-color: #3C225B;
}
.BgClassName
{
background-color: #3C225B;
}
</style>
border-color css
<style>
span { border-color: #3C225B; }
span { border-color: rgb(60,34,91); }
td.TdClassName
{
border-color: #3C225B;
}
.TagClassName
{
border-color: #3C225B;
}
</style>