Shades of Christalle #3C276B
Tints of Christalle #3C276B
RGB
CMYK
RGB Variations
Color information
#3C276B (or 0x3C276B) is known color: Christalle. HEX triplet: 3C, 27 and 6B. RGB value is (60,39,107). Sum of RGB (Red+Green+Blue) = 60+39+107=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #3C276B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C276B is #C3D894. Grayscale: #343434. Windows color (decimal): -12834965 or 7022396. OLE color: 7022396.
HSL color Cylindrical-coordinate representation of color #3C276B: hue angle of 258.53º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C276B is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 39 | 107 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.58 |
| HSL | 258.53º | 0.47% | 0.29% | - |
| HSV(B) | 258.53º | 0.64% | 0.42% | - |
| XYZ | 5.24 | 3.47 | 14.3 | - |
| YUV | 53.03 | 158.46 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 107 | 0.44 | 0.64 | 0 | 0.58 | 258.53 | 0.47 | 0.29 |
| Hex | 3C | 27 | 6B | 2C | 40 | 0 | 3A | 103 | 2F | 1D |
| Octal | 74 | 47 | 153 | 54 | 100 | 0 | 72 | 403 | 57 | 35 |
| Binary | 111100 | 100111 | 1101011 | 101100 | 1000000 | 0 | 111010 | 100000011 | 101111 | 11101 |
Color Harmonies of #3C276B
Complementary color
Monochromatic Colors of #3C276B
Black with #3C276B
Text Example
Text Example
White with #3C276B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C276B; }
p { color: rgb(60,39,107); }
H1.HeaderClassName
{
color: #3C276B;
}
.AnyTagClassName
{
color: #3C276B;
}
</style>
background-color css
<style>
a { background-color: #3C276B; }
a { background-color: rgb(60,39,107); }
div.DivClassName
{
background-color: #3C276B;
}
.BgClassName
{
background-color: #3C276B;
}
</style>
border-color css
<style>
span { border-color: #3C276B; }
span { border-color: rgb(60,39,107); }
td.TdClassName
{
border-color: #3C276B;
}
.TagClassName
{
border-color: #3C276B;
}
</style>