Shades of Christalle #3C2462
Tints of Christalle #3C2462
RGB
CMYK
RGB Variations
Color information
#3C2462 (or 0x3C2462) is known color: Christalle. HEX triplet: 3C, 24 and 62. RGB value is (60,36,98). Sum of RGB (Red+Green+Blue) = 60+36+98=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C2462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2462 is #C3DB9D. Grayscale: #323232. Windows color (decimal): -12835742 or 6431804. OLE color: 6431804.
HSL color Cylindrical-coordinate representation of color #3C2462: hue angle of 263.23º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C2462 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 36 | 98 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.62 |
| HSL | 263.23º | 0.46% | 0.26% | - |
| HSV(B) | 263.23º | 0.63% | 0.38% | - |
| XYZ | 4.7 | 3.1 | 11.91 | - |
| YUV | 50.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 98 | 0.39 | 0.63 | 0 | 0.62 | 263.23 | 0.46 | 0.26 |
| Hex | 3C | 24 | 62 | 27 | 3F | 0 | 3E | 107 | 2E | 1A |
| Octal | 74 | 44 | 142 | 47 | 77 | 0 | 76 | 407 | 56 | 32 |
| Binary | 111100 | 100100 | 1100010 | 100111 | 111111 | 0 | 111110 | 100000111 | 101110 | 11010 |
Color Harmonies of #3C2462
Complementary color
Monochromatic Colors of #3C2462
Black with #3C2462
Text Example
Text Example
White with #3C2462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2462; }
p { color: rgb(60,36,98); }
H1.HeaderClassName
{
color: #3C2462;
}
.AnyTagClassName
{
color: #3C2462;
}
</style>
background-color css
<style>
a { background-color: #3C2462; }
a { background-color: rgb(60,36,98); }
div.DivClassName
{
background-color: #3C2462;
}
.BgClassName
{
background-color: #3C2462;
}
</style>
border-color css
<style>
span { border-color: #3C2462; }
span { border-color: rgb(60,36,98); }
td.TdClassName
{
border-color: #3C2462;
}
.TagClassName
{
border-color: #3C2462;
}
</style>