Shades of Christalle #3C285B
Tints of Christalle #3C285B
RGB
CMYK
RGB Variations
Color information
#3C285B (or 0x3C285B) is known color: Christalle. HEX triplet: 3C, 28 and 5B. RGB value is (60,40,91). Sum of RGB (Red+Green+Blue) = 60+40+91=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C285B is #C3D7A4. Grayscale: #333333. Windows color (decimal): -12834725 or 5974076. OLE color: 5974076.
HSL color Cylindrical-coordinate representation of color #3C285B: hue angle of 263.53º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C285B is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 40 | 91 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.64 |
| HSL | 263.53º | 0.39% | 0.26% | - |
| HSV(B) | 263.53º | 0.56% | 0.36% | - |
| XYZ | 4.51 | 3.23 | 10.28 | - |
| YUV | 51.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 91 | 0.34 | 0.56 | 0 | 0.64 | 263.53 | 0.39 | 0.26 |
| Hex | 3C | 28 | 5B | 22 | 38 | 0 | 40 | 108 | 27 | 1A |
| Octal | 74 | 50 | 133 | 42 | 70 | 0 | 100 | 410 | 47 | 32 |
| Binary | 111100 | 101000 | 1011011 | 100010 | 111000 | 0 | 1000000 | 100001000 | 100111 | 11010 |
Color Harmonies of #3C285B
Complementary color
Monochromatic Colors of #3C285B
Black with #3C285B
Text Example
Text Example
White with #3C285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C285B; }
p { color: rgb(60,40,91); }
H1.HeaderClassName
{
color: #3C285B;
}
.AnyTagClassName
{
color: #3C285B;
}
</style>
background-color css
<style>
a { background-color: #3C285B; }
a { background-color: rgb(60,40,91); }
div.DivClassName
{
background-color: #3C285B;
}
.BgClassName
{
background-color: #3C285B;
}
</style>
border-color css
<style>
span { border-color: #3C285B; }
span { border-color: rgb(60,40,91); }
td.TdClassName
{
border-color: #3C285B;
}
.TagClassName
{
border-color: #3C285B;
}
</style>