Shades of Christalle #3C145A
Tints of Christalle #3C145A
RGB
CMYK
RGB Variations
Color information
#3C145A (or 0x3C145A) is known color: Christalle. HEX triplet: 3C, 14 and 5A. RGB value is (60,20,90). Sum of RGB (Red+Green+Blue) = 60+20+90=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C145A is #C3EBA5. Grayscale: #272727. Windows color (decimal): -12839846 or 5903420. OLE color: 5903420.
HSL color Cylindrical-coordinate representation of color #3C145A: hue angle of 274.29º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C145A is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 20 | 90 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.65 |
| HSL | 274.29º | 0.64% | 0.22% | - |
| HSV(B) | 274.29º | 0.78% | 0.35% | - |
| XYZ | 3.96 | 2.2 | 9.89 | - |
| YUV | 39.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 90 | 0.33 | 0.78 | 0 | 0.65 | 274.29 | 0.64 | 0.22 |
| Hex | 3C | 14 | 5A | 21 | 4E | 0 | 41 | 112 | 40 | 16 |
| Octal | 74 | 24 | 132 | 41 | 116 | 0 | 101 | 422 | 100 | 26 |
| Binary | 111100 | 10100 | 1011010 | 100001 | 1001110 | 0 | 1000001 | 100010010 | 1000000 | 10110 |
Color Harmonies of #3C145A
Complementary color
Monochromatic Colors of #3C145A
Black with #3C145A
Text Example
Text Example
White with #3C145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C145A; }
p { color: rgb(60,20,90); }
H1.HeaderClassName
{
color: #3C145A;
}
.AnyTagClassName
{
color: #3C145A;
}
</style>
background-color css
<style>
a { background-color: #3C145A; }
a { background-color: rgb(60,20,90); }
div.DivClassName
{
background-color: #3C145A;
}
.BgClassName
{
background-color: #3C145A;
}
</style>
border-color css
<style>
span { border-color: #3C145A; }
span { border-color: rgb(60,20,90); }
td.TdClassName
{
border-color: #3C145A;
}
.TagClassName
{
border-color: #3C145A;
}
</style>