Shades of Christalle #3C065A
Tints of Christalle #3C065A
RGB
CMYK
RGB Variations
Color information
#3C065A (or 0x3C065A) is known color: Christalle. HEX triplet: 3C, 06 and 5A. RGB value is (60,6,90). Sum of RGB (Red+Green+Blue) = 60+6+90=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C065A is #C3F9A5. Grayscale: #1F1F1F. Windows color (decimal): -12843430 or 5899836. OLE color: 5899836.
HSL color Cylindrical-coordinate representation of color #3C065A: hue angle of 278.57º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C065A is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 6 | 90 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.65 |
| HSL | 278.57º | 0.88% | 0.19% | - |
| HSV(B) | 278.57º | 0.93% | 0.35% | - |
| XYZ | 3.77 | 1.83 | 9.83 | - |
| YUV | 31.72 | 160.89 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 90 | 0.33 | 0.93 | 0 | 0.65 | 278.57 | 0.88 | 0.19 |
| Hex | 3C | 6 | 5A | 21 | 5D | 0 | 41 | 117 | 58 | 13 |
| Octal | 74 | 6 | 132 | 41 | 135 | 0 | 101 | 427 | 130 | 23 |
| Binary | 111100 | 110 | 1011010 | 100001 | 1011101 | 0 | 1000001 | 100010111 | 1011000 | 10011 |
Color Harmonies of #3C065A
Complementary color
Monochromatic Colors of #3C065A
Black with #3C065A
Text Example
Text Example
White with #3C065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C065A; }
p { color: rgb(60,6,90); }
H1.HeaderClassName
{
color: #3C065A;
}
.AnyTagClassName
{
color: #3C065A;
}
</style>
background-color css
<style>
a { background-color: #3C065A; }
a { background-color: rgb(60,6,90); }
div.DivClassName
{
background-color: #3C065A;
}
.BgClassName
{
background-color: #3C065A;
}
</style>
border-color css
<style>
span { border-color: #3C065A; }
span { border-color: rgb(60,6,90); }
td.TdClassName
{
border-color: #3C065A;
}
.TagClassName
{
border-color: #3C065A;
}
</style>