Shades of Christalle #3C1358
Tints of Christalle #3C1358
RGB
CMYK
RGB Variations
Color information
#3C1358 (or 0x3C1358) is known color: Christalle. HEX triplet: 3C, 13 and 58. RGB value is (60,19,88). Sum of RGB (Red+Green+Blue) = 60+19+88=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #3C1358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1358 is #C3ECA7. Grayscale: #262626. Windows color (decimal): -12840104 or 5772092. OLE color: 5772092.
HSL color Cylindrical-coordinate representation of color #3C1358: hue angle of 275.65º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C1358 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 19 | 88 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.65 |
| HSL | 275.65º | 0.64% | 0.21% | - |
| HSV(B) | 275.65º | 0.78% | 0.35% | - |
| XYZ | 3.86 | 2.13 | 9.44 | - |
| YUV | 39.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 88 | 0.32 | 0.78 | 0 | 0.65 | 275.65 | 0.64 | 0.21 |
| Hex | 3C | 13 | 58 | 20 | 4E | 0 | 41 | 114 | 40 | 15 |
| Octal | 74 | 23 | 130 | 40 | 116 | 0 | 101 | 424 | 100 | 25 |
| Binary | 111100 | 10011 | 1011000 | 100000 | 1001110 | 0 | 1000001 | 100010100 | 1000000 | 10101 |
Color Harmonies of #3C1358
Complementary color
Monochromatic Colors of #3C1358
Black with #3C1358
Text Example
Text Example
White with #3C1358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1358; }
p { color: rgb(60,19,88); }
H1.HeaderClassName
{
color: #3C1358;
}
.AnyTagClassName
{
color: #3C1358;
}
</style>
background-color css
<style>
a { background-color: #3C1358; }
a { background-color: rgb(60,19,88); }
div.DivClassName
{
background-color: #3C1358;
}
.BgClassName
{
background-color: #3C1358;
}
</style>
border-color css
<style>
span { border-color: #3C1358; }
span { border-color: rgb(60,19,88); }
td.TdClassName
{
border-color: #3C1358;
}
.TagClassName
{
border-color: #3C1358;
}
</style>