Shades of Christalle #3C1258
Tints of Christalle #3C1258
RGB
CMYK
RGB Variations
Color information
#3C1258 (or 0x3C1258) is known color: Christalle. HEX triplet: 3C, 12 and 58. RGB value is (60,18,88). Sum of RGB (Red+Green+Blue) = 60+18+88=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #3C1258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1258 is #C3EDA7. Grayscale: #262626. Windows color (decimal): -12840360 or 5771836. OLE color: 5771836.
HSL color Cylindrical-coordinate representation of color #3C1258: hue angle of 276º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C1258 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 18 | 88 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.65 |
| HSL | 276º | 0.66% | 0.21% | - |
| HSV(B) | 276º | 0.8% | 0.35% | - |
| XYZ | 3.84 | 2.1 | 9.43 | - |
| YUV | 38.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 18 | 88 | 0.32 | 0.80 | 0 | 0.65 | 276 | 0.66 | 0.21 |
| Hex | 3C | 12 | 58 | 20 | 50 | 0 | 41 | 114 | 42 | 15 |
| Octal | 74 | 22 | 130 | 40 | 120 | 0 | 101 | 424 | 102 | 25 |
| Binary | 111100 | 10010 | 1011000 | 100000 | 1010000 | 0 | 1000001 | 100010100 | 1000010 | 10101 |
Color Harmonies of #3C1258
Complementary color
Monochromatic Colors of #3C1258
Black with #3C1258
Text Example
Text Example
White with #3C1258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1258; }
p { color: rgb(60,18,88); }
H1.HeaderClassName
{
color: #3C1258;
}
.AnyTagClassName
{
color: #3C1258;
}
</style>
background-color css
<style>
a { background-color: #3C1258; }
a { background-color: rgb(60,18,88); }
div.DivClassName
{
background-color: #3C1258;
}
.BgClassName
{
background-color: #3C1258;
}
</style>
border-color css
<style>
span { border-color: #3C1258; }
span { border-color: rgb(60,18,88); }
td.TdClassName
{
border-color: #3C1258;
}
.TagClassName
{
border-color: #3C1258;
}
</style>