Shades of Christalle #3C226F
Tints of Christalle #3C226F
RGB
CMYK
RGB Variations
Color information
#3C226F (or 0x3C226F) is known color: Christalle. HEX triplet: 3C, 22 and 6F. RGB value is (60,34,111). Sum of RGB (Red+Green+Blue) = 60+34+111=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C226F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C226F is #C3DD90. Grayscale: #323232. Windows color (decimal): -12836241 or 7283260. OLE color: 7283260.
HSL color Cylindrical-coordinate representation of color #3C226F: hue angle of 260.26º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C226F is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 34 | 111 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.56 |
| HSL | 260.26º | 0.53% | 0.28% | - |
| HSV(B) | 260.26º | 0.69% | 0.44% | - |
| XYZ | 5.3 | 3.25 | 15.39 | - |
| YUV | 50.55 | 162.11 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 111 | 0.46 | 0.69 | 0 | 0.56 | 260.26 | 0.53 | 0.28 |
| Hex | 3C | 22 | 6F | 2E | 45 | 0 | 38 | 104 | 35 | 1C |
| Octal | 74 | 42 | 157 | 56 | 105 | 0 | 70 | 404 | 65 | 34 |
| Binary | 111100 | 100010 | 1101111 | 101110 | 1000101 | 0 | 111000 | 100000100 | 110101 | 11100 |
Color Harmonies of #3C226F
Complementary color
Monochromatic Colors of #3C226F
Black with #3C226F
Text Example
Text Example
White with #3C226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C226F; }
p { color: rgb(60,34,111); }
H1.HeaderClassName
{
color: #3C226F;
}
.AnyTagClassName
{
color: #3C226F;
}
</style>
background-color css
<style>
a { background-color: #3C226F; }
a { background-color: rgb(60,34,111); }
div.DivClassName
{
background-color: #3C226F;
}
.BgClassName
{
background-color: #3C226F;
}
</style>
border-color css
<style>
span { border-color: #3C226F; }
span { border-color: rgb(60,34,111); }
td.TdClassName
{
border-color: #3C226F;
}
.TagClassName
{
border-color: #3C226F;
}
</style>