Shades of Christalle #3C045B
Tints of Christalle #3C045B
RGB
CMYK
RGB Variations
Color information
#3C045B (or 0x3C045B) is known color: Christalle. HEX triplet: 3C, 04 and 5B. RGB value is (60,4,91). Sum of RGB (Red+Green+Blue) = 60+4+91=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C045B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C045B is #C3FBA4. Grayscale: #1E1E1E. Windows color (decimal): -12843941 or 5964860. OLE color: 5964860.
HSL color Cylindrical-coordinate representation of color #3C045B: hue angle of 278.62º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C045B is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 4 | 91 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.64 |
| HSL | 278.62º | 0.92% | 0.19% | - |
| HSV(B) | 278.62º | 0.96% | 0.36% | - |
| XYZ | 3.8 | 1.8 | 10.05 | - |
| YUV | 30.66 | 162.05 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 4 | 91 | 0.34 | 0.96 | 0 | 0.64 | 278.62 | 0.92 | 0.19 |
| Hex | 3C | 4 | 5B | 22 | 60 | 0 | 40 | 117 | 5C | 13 |
| Octal | 74 | 4 | 133 | 42 | 140 | 0 | 100 | 427 | 134 | 23 |
| Binary | 111100 | 100 | 1011011 | 100010 | 1100000 | 0 | 1000000 | 100010111 | 1011100 | 10011 |
Color Harmonies of #3C045B
Complementary color
Monochromatic Colors of #3C045B
Black with #3C045B
Text Example
Text Example
White with #3C045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C045B; }
p { color: rgb(60,4,91); }
H1.HeaderClassName
{
color: #3C045B;
}
.AnyTagClassName
{
color: #3C045B;
}
</style>
background-color css
<style>
a { background-color: #3C045B; }
a { background-color: rgb(60,4,91); }
div.DivClassName
{
background-color: #3C045B;
}
.BgClassName
{
background-color: #3C045B;
}
</style>
border-color css
<style>
span { border-color: #3C045B; }
span { border-color: rgb(60,4,91); }
td.TdClassName
{
border-color: #3C045B;
}
.TagClassName
{
border-color: #3C045B;
}
</style>