Shades of Christalle #3C285A
Tints of Christalle #3C285A
RGB
CMYK
RGB Variations
Color information
#3C285A (or 0x3C285A) is known color: Christalle. HEX triplet: 3C, 28 and 5A. RGB value is (60,40,90). Sum of RGB (Red+Green+Blue) = 60+40+90=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C285A is #C3D7A5. Grayscale: #333333. Windows color (decimal): -12834726 or 5908540. OLE color: 5908540.
HSL color Cylindrical-coordinate representation of color #3C285A: hue angle of 264º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C285A is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 40 | 90 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.65 |
| HSL | 264º | 0.38% | 0.25% | - |
| HSV(B) | 264º | 0.56% | 0.35% | - |
| XYZ | 4.47 | 3.22 | 10.06 | - |
| YUV | 51.68 | 149.63 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 90 | 0.33 | 0.56 | 0 | 0.65 | 264 | 0.38 | 0.25 |
| Hex | 3C | 28 | 5A | 21 | 38 | 0 | 41 | 108 | 26 | 19 |
| Octal | 74 | 50 | 132 | 41 | 70 | 0 | 101 | 410 | 46 | 31 |
| Binary | 111100 | 101000 | 1011010 | 100001 | 111000 | 0 | 1000001 | 100001000 | 100110 | 11001 |
Color Harmonies of #3C285A
Complementary color
Monochromatic Colors of #3C285A
Black with #3C285A
Text Example
Text Example
White with #3C285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C285A; }
p { color: rgb(60,40,90); }
H1.HeaderClassName
{
color: #3C285A;
}
.AnyTagClassName
{
color: #3C285A;
}
</style>
background-color css
<style>
a { background-color: #3C285A; }
a { background-color: rgb(60,40,90); }
div.DivClassName
{
background-color: #3C285A;
}
.BgClassName
{
background-color: #3C285A;
}
</style>
border-color css
<style>
span { border-color: #3C285A; }
span { border-color: rgb(60,40,90); }
td.TdClassName
{
border-color: #3C285A;
}
.TagClassName
{
border-color: #3C285A;
}
</style>