Shades of Christalle #3C1969
Tints of Christalle #3C1969
RGB
CMYK
RGB Variations
Color information
#3C1969 (or 0x3C1969) is known color: Christalle. HEX triplet: 3C, 19 and 69. RGB value is (60,25,105). Sum of RGB (Red+Green+Blue) = 60+25+105=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #3C1969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1969 is #C3E696. Grayscale: #2C2C2C. Windows color (decimal): -12838551 or 6887740. OLE color: 6887740.
HSL color Cylindrical-coordinate representation of color #3C1969: hue angle of 266.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C1969 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 25 | 105 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.59 |
| HSL | 266.25º | 0.62% | 0.25% | - |
| HSV(B) | 266.25º | 0.76% | 0.41% | - |
| XYZ | 4.76 | 2.68 | 13.63 | - |
| YUV | 44.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 25 | 105 | 0.43 | 0.76 | 0 | 0.59 | 266.25 | 0.62 | 0.25 |
| Hex | 3C | 19 | 69 | 2B | 4C | 0 | 3B | 10A | 3E | 19 |
| Octal | 74 | 31 | 151 | 53 | 114 | 0 | 73 | 412 | 76 | 31 |
| Binary | 111100 | 11001 | 1101001 | 101011 | 1001100 | 0 | 111011 | 100001010 | 111110 | 11001 |
Color Harmonies of #3C1969
Complementary color
Monochromatic Colors of #3C1969
Black with #3C1969
Text Example
Text Example
White with #3C1969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1969; }
p { color: rgb(60,25,105); }
H1.HeaderClassName
{
color: #3C1969;
}
.AnyTagClassName
{
color: #3C1969;
}
</style>
background-color css
<style>
a { background-color: #3C1969; }
a { background-color: rgb(60,25,105); }
div.DivClassName
{
background-color: #3C1969;
}
.BgClassName
{
background-color: #3C1969;
}
</style>
border-color css
<style>
span { border-color: #3C1969; }
span { border-color: rgb(60,25,105); }
td.TdClassName
{
border-color: #3C1969;
}
.TagClassName
{
border-color: #3C1969;
}
</style>