Shades of Christalle #3C025D
Tints of Christalle #3C025D
RGB
CMYK
RGB Variations
Color information
#3C025D (or 0x3C025D) is known color: Christalle. HEX triplet: 3C, 02 and 5D. RGB value is (60,2,93). Sum of RGB (Red+Green+Blue) = 60+2+93=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C025D is #C3FDA2. Grayscale: #1D1D1D. Windows color (decimal): -12844451 or 6095420. OLE color: 6095420.
HSL color Cylindrical-coordinate representation of color #3C025D: hue angle of 278.24º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C025D is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 2 | 93 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.64 |
| HSL | 278.24º | 0.96% | 0.19% | - |
| HSV(B) | 278.24º | 0.98% | 0.36% | - |
| XYZ | 3.86 | 1.79 | 10.5 | - |
| YUV | 29.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 93 | 0.35 | 0.98 | 0 | 0.64 | 278.24 | 0.96 | 0.19 |
| Hex | 3C | 2 | 5D | 23 | 62 | 0 | 40 | 116 | 60 | 13 |
| Octal | 74 | 2 | 135 | 43 | 142 | 0 | 100 | 426 | 140 | 23 |
| Binary | 111100 | 10 | 1011101 | 100011 | 1100010 | 0 | 1000000 | 100010110 | 1100000 | 10011 |
Color Harmonies of #3C025D
Complementary color
Monochromatic Colors of #3C025D
Black with #3C025D
Text Example
Text Example
White with #3C025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C025D; }
p { color: rgb(60,2,93); }
H1.HeaderClassName
{
color: #3C025D;
}
.AnyTagClassName
{
color: #3C025D;
}
</style>
background-color css
<style>
a { background-color: #3C025D; }
a { background-color: rgb(60,2,93); }
div.DivClassName
{
background-color: #3C025D;
}
.BgClassName
{
background-color: #3C025D;
}
</style>
border-color css
<style>
span { border-color: #3C025D; }
span { border-color: rgb(60,2,93); }
td.TdClassName
{
border-color: #3C025D;
}
.TagClassName
{
border-color: #3C025D;
}
</style>