Shades of Christalle #3C075B
Tints of Christalle #3C075B
RGB
CMYK
RGB Variations
Color information
#3C075B (or 0x3C075B) is known color: Christalle. HEX triplet: 3C, 07 and 5B. RGB value is (60,7,91). Sum of RGB (Red+Green+Blue) = 60+7+91=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C075B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C075B is #C3F8A4. Grayscale: #202020. Windows color (decimal): -12843173 or 5965628. OLE color: 5965628.
HSL color Cylindrical-coordinate representation of color #3C075B: hue angle of 277.86º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C075B is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 7 | 91 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.64 |
| HSL | 277.86º | 0.86% | 0.19% | - |
| HSV(B) | 277.86º | 0.92% | 0.36% | - |
| XYZ | 3.83 | 1.87 | 10.06 | - |
| YUV | 32.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 7 | 91 | 0.34 | 0.92 | 0 | 0.64 | 277.86 | 0.86 | 0.19 |
| Hex | 3C | 7 | 5B | 22 | 5C | 0 | 40 | 116 | 56 | 13 |
| Octal | 74 | 7 | 133 | 42 | 134 | 0 | 100 | 426 | 126 | 23 |
| Binary | 111100 | 111 | 1011011 | 100010 | 1011100 | 0 | 1000000 | 100010110 | 1010110 | 10011 |
Color Harmonies of #3C075B
Complementary color
Monochromatic Colors of #3C075B
Black with #3C075B
Text Example
Text Example
White with #3C075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C075B; }
p { color: rgb(60,7,91); }
H1.HeaderClassName
{
color: #3C075B;
}
.AnyTagClassName
{
color: #3C075B;
}
</style>
background-color css
<style>
a { background-color: #3C075B; }
a { background-color: rgb(60,7,91); }
div.DivClassName
{
background-color: #3C075B;
}
.BgClassName
{
background-color: #3C075B;
}
</style>
border-color css
<style>
span { border-color: #3C075B; }
span { border-color: rgb(60,7,91); }
td.TdClassName
{
border-color: #3C075B;
}
.TagClassName
{
border-color: #3C075B;
}
</style>