Shades of Christalle #3C055A
Tints of Christalle #3C055A
RGB
CMYK
RGB Variations
Color information
#3C055A (or 0x3C055A) is known color: Christalle. HEX triplet: 3C, 05 and 5A. RGB value is (60,5,90). Sum of RGB (Red+Green+Blue) = 60+5+90=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C055A is #C3FAA5. Grayscale: #1E1E1E. Windows color (decimal): -12843686 or 5899580. OLE color: 5899580.
HSL color Cylindrical-coordinate representation of color #3C055A: hue angle of 278.82º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C055A is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 5 | 90 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.65 |
| HSL | 278.82º | 0.89% | 0.19% | - |
| HSV(B) | 278.82º | 0.94% | 0.35% | - |
| XYZ | 3.76 | 1.81 | 9.82 | - |
| YUV | 31.14 | 161.22 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 5 | 90 | 0.33 | 0.94 | 0 | 0.65 | 278.82 | 0.89 | 0.19 |
| Hex | 3C | 5 | 5A | 21 | 5E | 0 | 41 | 117 | 59 | 13 |
| Octal | 74 | 5 | 132 | 41 | 136 | 0 | 101 | 427 | 131 | 23 |
| Binary | 111100 | 101 | 1011010 | 100001 | 1011110 | 0 | 1000001 | 100010111 | 1011001 | 10011 |
Color Harmonies of #3C055A
Complementary color
Monochromatic Colors of #3C055A
Black with #3C055A
Text Example
Text Example
White with #3C055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C055A; }
p { color: rgb(60,5,90); }
H1.HeaderClassName
{
color: #3C055A;
}
.AnyTagClassName
{
color: #3C055A;
}
</style>
background-color css
<style>
a { background-color: #3C055A; }
a { background-color: rgb(60,5,90); }
div.DivClassName
{
background-color: #3C055A;
}
.BgClassName
{
background-color: #3C055A;
}
</style>
border-color css
<style>
span { border-color: #3C055A; }
span { border-color: rgb(60,5,90); }
td.TdClassName
{
border-color: #3C055A;
}
.TagClassName
{
border-color: #3C055A;
}
</style>