Shades of Christalle #3C065B
Tints of Christalle #3C065B
RGB
CMYK
RGB Variations
Color information
#3C065B (or 0x3C065B) is known color: Christalle. HEX triplet: 3C, 06 and 5B. RGB value is (60,6,91). Sum of RGB (Red+Green+Blue) = 60+6+91=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C065B is #C3F9A4. Grayscale: #1F1F1F. Windows color (decimal): -12843429 or 5965372. OLE color: 5965372.
HSL color Cylindrical-coordinate representation of color #3C065B: hue angle of 278.12º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C065B is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 6 | 91 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.64 |
| HSL | 278.12º | 0.88% | 0.19% | - |
| HSV(B) | 278.12º | 0.93% | 0.36% | - |
| XYZ | 3.82 | 1.85 | 10.05 | - |
| YUV | 31.84 | 161.39 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 91 | 0.34 | 0.93 | 0 | 0.64 | 278.12 | 0.88 | 0.19 |
| Hex | 3C | 6 | 5B | 22 | 5D | 0 | 40 | 116 | 58 | 13 |
| Octal | 74 | 6 | 133 | 42 | 135 | 0 | 100 | 426 | 130 | 23 |
| Binary | 111100 | 110 | 1011011 | 100010 | 1011101 | 0 | 1000000 | 100010110 | 1011000 | 10011 |
Color Harmonies of #3C065B
Complementary color
Monochromatic Colors of #3C065B
Black with #3C065B
Text Example
Text Example
White with #3C065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C065B; }
p { color: rgb(60,6,91); }
H1.HeaderClassName
{
color: #3C065B;
}
.AnyTagClassName
{
color: #3C065B;
}
</style>
background-color css
<style>
a { background-color: #3C065B; }
a { background-color: rgb(60,6,91); }
div.DivClassName
{
background-color: #3C065B;
}
.BgClassName
{
background-color: #3C065B;
}
</style>
border-color css
<style>
span { border-color: #3C065B; }
span { border-color: rgb(60,6,91); }
td.TdClassName
{
border-color: #3C065B;
}
.TagClassName
{
border-color: #3C065B;
}
</style>