Shades of Christalle #3C245B
Tints of Christalle #3C245B
RGB
CMYK
RGB Variations
Color information
#3C245B (or 0x3C245B) is known color: Christalle. HEX triplet: 3C, 24 and 5B. RGB value is (60,36,91). Sum of RGB (Red+Green+Blue) = 60+36+91=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C245B is #C3DBA4. Grayscale: #313131. Windows color (decimal): -12835749 or 5973052. OLE color: 5973052.
HSL color Cylindrical-coordinate representation of color #3C245B: hue angle of 266.18º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C245B is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 60 | 36 | 91 | - |
CMYK | 0.34 | 0.60 | 0 | 0.64 |
HSL | 266.18º | 0.43% | 0.25% | - |
HSV(B) | 266.18º | 0.6% | 0.36% | - |
XYZ | 4.38 | 2.98 | 10.24 | - |
YUV | 49.45 | 151.45 | 135.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 36 | 91 | 0.34 | 0.60 | 0 | 0.64 | 266.18 | 0.43 | 0.25 |
Hex | 3C | 24 | 5B | 22 | 3C | 0 | 40 | 10A | 2B | 19 |
Octal | 74 | 44 | 133 | 42 | 74 | 0 | 100 | 412 | 53 | 31 |
Binary | 111100 | 100100 | 1011011 | 100010 | 111100 | 0 | 1000000 | 100001010 | 101011 | 11001 |
Color Harmonies of #3C245B
Complementary color
Monochromatic Colors of #3C245B
Black with #3C245B
Text Example
Text Example
White with #3C245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C245B; }
p { color: rgb(60,36,91); }
H1.HeaderClassName
{
color: #3C245B;
}
.AnyTagClassName
{
color: #3C245B;
}
</style>
background-color css
<style>
a { background-color: #3C245B; }
a { background-color: rgb(60,36,91); }
div.DivClassName
{
background-color: #3C245B;
}
.BgClassName
{
background-color: #3C245B;
}
</style>
border-color css
<style>
span { border-color: #3C245B; }
span { border-color: rgb(60,36,91); }
td.TdClassName
{
border-color: #3C245B;
}
.TagClassName
{
border-color: #3C245B;
}
</style>