Shades of Christalle #40285A
Tints of Christalle #40285A
RGB
CMYK
RGB Variations
Color information
#40285A (or 0x40285A) is known color: Christalle. HEX triplet: 40, 28 and 5A. RGB value is (64,40,90). Sum of RGB (Red+Green+Blue) = 64+40+90=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #40285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40285A is #BFD7A5. Grayscale: #343434. Windows color (decimal): -12572582 or 5908544. OLE color: 5908544.
HSL color Cylindrical-coordinate representation of color #40285A: hue angle of 268.8º 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 #40285A is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 40 | 90 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.65 |
| HSL | 268.8º | 0.38% | 0.25% | - |
| HSV(B) | 268.8º | 0.56% | 0.35% | - |
| XYZ | 4.72 | 3.35 | 10.07 | - |
| YUV | 52.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 90 | 0.29 | 0.56 | 0 | 0.65 | 268.8 | 0.38 | 0.25 |
| Hex | 40 | 28 | 5A | 1D | 38 | 0 | 41 | 10D | 26 | 19 |
| Octal | 100 | 50 | 132 | 35 | 70 | 0 | 101 | 415 | 46 | 31 |
| Binary | 1000000 | 101000 | 1011010 | 11101 | 111000 | 0 | 1000001 | 100001101 | 100110 | 11001 |
Color Harmonies of #40285A
Complementary color
Monochromatic Colors of #40285A
Black with #40285A
Text Example
Text Example
White with #40285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40285A; }
p { color: rgb(64,40,90); }
H1.HeaderClassName
{
color: #40285A;
}
.AnyTagClassName
{
color: #40285A;
}
</style>
background-color css
<style>
a { background-color: #40285A; }
a { background-color: rgb(64,40,90); }
div.DivClassName
{
background-color: #40285A;
}
.BgClassName
{
background-color: #40285A;
}
</style>
border-color css
<style>
span { border-color: #40285A; }
span { border-color: rgb(64,40,90); }
td.TdClassName
{
border-color: #40285A;
}
.TagClassName
{
border-color: #40285A;
}
</style>