Shades of Christalle #3C085A
Tints of Christalle #3C085A
RGB
CMYK
RGB Variations
Color information
#3C085A (or 0x3C085A) is known color: Christalle. HEX triplet: 3C, 08 and 5A. RGB value is (60,8,90). Sum of RGB (Red+Green+Blue) = 60+8+90=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C085A is #C3F7A5. Grayscale: #202020. Windows color (decimal): -12842918 or 5900348. OLE color: 5900348.
HSL color Cylindrical-coordinate representation of color #3C085A: hue angle of 278.05º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C085A is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 8 | 90 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.65 |
| HSL | 278.05º | 0.84% | 0.19% | - |
| HSV(B) | 278.05º | 0.91% | 0.35% | - |
| XYZ | 3.8 | 1.87 | 9.83 | - |
| YUV | 32.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 8 | 90 | 0.33 | 0.91 | 0 | 0.65 | 278.05 | 0.84 | 0.19 |
| Hex | 3C | 8 | 5A | 21 | 5B | 0 | 41 | 116 | 54 | 13 |
| Octal | 74 | 10 | 132 | 41 | 133 | 0 | 101 | 426 | 124 | 23 |
| Binary | 111100 | 1000 | 1011010 | 100001 | 1011011 | 0 | 1000001 | 100010110 | 1010100 | 10011 |
Color Harmonies of #3C085A
Complementary color
Monochromatic Colors of #3C085A
Black with #3C085A
Text Example
Text Example
White with #3C085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C085A; }
p { color: rgb(60,8,90); }
H1.HeaderClassName
{
color: #3C085A;
}
.AnyTagClassName
{
color: #3C085A;
}
</style>
background-color css
<style>
a { background-color: #3C085A; }
a { background-color: rgb(60,8,90); }
div.DivClassName
{
background-color: #3C085A;
}
.BgClassName
{
background-color: #3C085A;
}
</style>
border-color css
<style>
span { border-color: #3C085A; }
span { border-color: rgb(60,8,90); }
td.TdClassName
{
border-color: #3C085A;
}
.TagClassName
{
border-color: #3C085A;
}
</style>