Shades of Christalle #3C0762
Tints of Christalle #3C0762
RGB
CMYK
RGB Variations
Color information
#3C0762 (or 0x3C0762) is known color: Christalle. HEX triplet: 3C, 07 and 62. RGB value is (60,7,98). Sum of RGB (Red+Green+Blue) = 60+7+98=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C0762 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0762 is #C3F89D. Grayscale: #202020. Windows color (decimal): -12843166 or 6424380. OLE color: 6424380.
HSL color Cylindrical-coordinate representation of color #3C0762: hue angle of 274.95º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0762 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 7 | 98 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.62 |
| HSL | 274.95º | 0.87% | 0.21% | - |
| HSV(B) | 274.95º | 0.93% | 0.38% | - |
| XYZ | 4.14 | 1.99 | 11.72 | - |
| YUV | 33.22 | 164.56 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 7 | 98 | 0.39 | 0.93 | 0 | 0.62 | 274.95 | 0.87 | 0.21 |
| Hex | 3C | 7 | 62 | 27 | 5D | 0 | 3E | 113 | 57 | 15 |
| Octal | 74 | 7 | 142 | 47 | 135 | 0 | 76 | 423 | 127 | 25 |
| Binary | 111100 | 111 | 1100010 | 100111 | 1011101 | 0 | 111110 | 100010011 | 1010111 | 10101 |
Color Harmonies of #3C0762
Complementary color
Monochromatic Colors of #3C0762
Black with #3C0762
Text Example
Text Example
White with #3C0762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0762; }
p { color: rgb(60,7,98); }
H1.HeaderClassName
{
color: #3C0762;
}
.AnyTagClassName
{
color: #3C0762;
}
</style>
background-color css
<style>
a { background-color: #3C0762; }
a { background-color: rgb(60,7,98); }
div.DivClassName
{
background-color: #3C0762;
}
.BgClassName
{
background-color: #3C0762;
}
</style>
border-color css
<style>
span { border-color: #3C0762; }
span { border-color: rgb(60,7,98); }
td.TdClassName
{
border-color: #3C0762;
}
.TagClassName
{
border-color: #3C0762;
}
</style>