Shades of Christalle #3C165A
Tints of Christalle #3C165A
RGB
CMYK
RGB Variations
Color information
#3C165A (or 0x3C165A) is known color: Christalle. HEX triplet: 3C, 16 and 5A. RGB value is (60,22,90). Sum of RGB (Red+Green+Blue) = 60+22+90=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C165A is #C3E9A5. Grayscale: #282828. Windows color (decimal): -12839334 or 5903932. OLE color: 5903932.
HSL color Cylindrical-coordinate representation of color #3C165A: hue angle of 273.53º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C165A is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 22 | 90 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.65 |
| HSL | 273.53º | 0.61% | 0.22% | - |
| HSV(B) | 273.53º | 0.76% | 0.35% | - |
| XYZ | 4 | 2.27 | 9.9 | - |
| YUV | 41.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 90 | 0.33 | 0.76 | 0 | 0.65 | 273.53 | 0.61 | 0.22 |
| Hex | 3C | 16 | 5A | 21 | 4C | 0 | 41 | 112 | 3D | 16 |
| Octal | 74 | 26 | 132 | 41 | 114 | 0 | 101 | 422 | 75 | 26 |
| Binary | 111100 | 10110 | 1011010 | 100001 | 1001100 | 0 | 1000001 | 100010010 | 111101 | 10110 |
Color Harmonies of #3C165A
Complementary color
Monochromatic Colors of #3C165A
Black with #3C165A
Text Example
Text Example
White with #3C165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C165A; }
p { color: rgb(60,22,90); }
H1.HeaderClassName
{
color: #3C165A;
}
.AnyTagClassName
{
color: #3C165A;
}
</style>
background-color css
<style>
a { background-color: #3C165A; }
a { background-color: rgb(60,22,90); }
div.DivClassName
{
background-color: #3C165A;
}
.BgClassName
{
background-color: #3C165A;
}
</style>
border-color css
<style>
span { border-color: #3C165A; }
span { border-color: rgb(60,22,90); }
td.TdClassName
{
border-color: #3C165A;
}
.TagClassName
{
border-color: #3C165A;
}
</style>