Shades of Christalle #3C0763
Tints of Christalle #3C0763
RGB
CMYK
RGB Variations
Color information
#3C0763 (or 0x3C0763) is known color: Christalle. HEX triplet: 3C, 07 and 63. RGB value is (60,7,99). Sum of RGB (Red+Green+Blue) = 60+7+99=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C0763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0763 is #C3F89C. Grayscale: #212121. Windows color (decimal): -12843165 or 6489916. OLE color: 6489916.
HSL color Cylindrical-coordinate representation of color #3C0763: hue angle of 274.57º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0763 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 7 | 99 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.61 |
| HSL | 274.57º | 0.87% | 0.21% | - |
| HSV(B) | 274.57º | 0.93% | 0.39% | - |
| XYZ | 4.19 | 2.01 | 11.97 | - |
| YUV | 33.34 | 165.06 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 7 | 99 | 0.39 | 0.93 | 0 | 0.61 | 274.57 | 0.87 | 0.21 |
| Hex | 3C | 7 | 63 | 27 | 5D | 0 | 3D | 113 | 57 | 15 |
| Octal | 74 | 7 | 143 | 47 | 135 | 0 | 75 | 423 | 127 | 25 |
| Binary | 111100 | 111 | 1100011 | 100111 | 1011101 | 0 | 111101 | 100010011 | 1010111 | 10101 |
Color Harmonies of #3C0763
Complementary color
Monochromatic Colors of #3C0763
Black with #3C0763
Text Example
Text Example
White with #3C0763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0763; }
p { color: rgb(60,7,99); }
H1.HeaderClassName
{
color: #3C0763;
}
.AnyTagClassName
{
color: #3C0763;
}
</style>
background-color css
<style>
a { background-color: #3C0763; }
a { background-color: rgb(60,7,99); }
div.DivClassName
{
background-color: #3C0763;
}
.BgClassName
{
background-color: #3C0763;
}
</style>
border-color css
<style>
span { border-color: #3C0763; }
span { border-color: rgb(60,7,99); }
td.TdClassName
{
border-color: #3C0763;
}
.TagClassName
{
border-color: #3C0763;
}
</style>