Shades of Christalle #3C255A
Tints of Christalle #3C255A
RGB
CMYK
RGB Variations
Color information
#3C255A (or 0x3C255A) is known color: Christalle. HEX triplet: 3C, 25 and 5A. RGB value is (60,37,90). Sum of RGB (Red+Green+Blue) = 60+37+90=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C255A is #C3DAA5. Grayscale: #313131. Windows color (decimal): -12835494 or 5907772. OLE color: 5907772.
HSL color Cylindrical-coordinate representation of color #3C255A: hue angle of 266.04º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C255A is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 37 | 90 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.65 |
| HSL | 266.04º | 0.42% | 0.25% | - |
| HSV(B) | 266.04º | 0.59% | 0.35% | - |
| XYZ | 4.37 | 3.02 | 10.03 | - |
| YUV | 49.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 37 | 90 | 0.33 | 0.59 | 0 | 0.65 | 266.04 | 0.42 | 0.25 |
| Hex | 3C | 25 | 5A | 21 | 3B | 0 | 41 | 10A | 2A | 19 |
| Octal | 74 | 45 | 132 | 41 | 73 | 0 | 101 | 412 | 52 | 31 |
| Binary | 111100 | 100101 | 1011010 | 100001 | 111011 | 0 | 1000001 | 100001010 | 101010 | 11001 |
Color Harmonies of #3C255A
Complementary color
Monochromatic Colors of #3C255A
Black with #3C255A
Text Example
Text Example
White with #3C255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C255A; }
p { color: rgb(60,37,90); }
H1.HeaderClassName
{
color: #3C255A;
}
.AnyTagClassName
{
color: #3C255A;
}
</style>
background-color css
<style>
a { background-color: #3C255A; }
a { background-color: rgb(60,37,90); }
div.DivClassName
{
background-color: #3C255A;
}
.BgClassName
{
background-color: #3C255A;
}
</style>
border-color css
<style>
span { border-color: #3C255A; }
span { border-color: rgb(60,37,90); }
td.TdClassName
{
border-color: #3C255A;
}
.TagClassName
{
border-color: #3C255A;
}
</style>