Shades of Christalle #3C276A
Tints of Christalle #3C276A
RGB
CMYK
RGB Variations
Color information
#3C276A (or 0x3C276A) is known color: Christalle. HEX triplet: 3C, 27 and 6A. RGB value is (60,39,106). Sum of RGB (Red+Green+Blue) = 60+39+106=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C276A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C276A is #C3D895. Grayscale: #343434. Windows color (decimal): -12834966 or 6956860. OLE color: 6956860.
HSL color Cylindrical-coordinate representation of color #3C276A: hue angle of 258.81º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C276A is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 39 | 106 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.58 |
| HSL | 258.81º | 0.46% | 0.28% | - |
| HSV(B) | 258.81º | 0.63% | 0.42% | - |
| XYZ | 5.19 | 3.45 | 14.03 | - |
| YUV | 52.92 | 157.96 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 106 | 0.43 | 0.63 | 0 | 0.58 | 258.81 | 0.46 | 0.28 |
| Hex | 3C | 27 | 6A | 2B | 3F | 0 | 3A | 103 | 2E | 1C |
| Octal | 74 | 47 | 152 | 53 | 77 | 0 | 72 | 403 | 56 | 34 |
| Binary | 111100 | 100111 | 1101010 | 101011 | 111111 | 0 | 111010 | 100000011 | 101110 | 11100 |
Color Harmonies of #3C276A
Complementary color
Monochromatic Colors of #3C276A
Black with #3C276A
Text Example
Text Example
White with #3C276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C276A; }
p { color: rgb(60,39,106); }
H1.HeaderClassName
{
color: #3C276A;
}
.AnyTagClassName
{
color: #3C276A;
}
</style>
background-color css
<style>
a { background-color: #3C276A; }
a { background-color: rgb(60,39,106); }
div.DivClassName
{
background-color: #3C276A;
}
.BgClassName
{
background-color: #3C276A;
}
</style>
border-color css
<style>
span { border-color: #3C276A; }
span { border-color: rgb(60,39,106); }
td.TdClassName
{
border-color: #3C276A;
}
.TagClassName
{
border-color: #3C276A;
}
</style>