Shades of Christalle #280D59
Tints of Christalle #280D59
RGB
CMYK
RGB Variations
Color information
#280D59 (or 0x280D59) is known color: Christalle. HEX triplet: 28, 0D and 59. RGB value is (40,13,89). Sum of RGB (Red+Green+Blue) = 40+13+89=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #280D59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D59 is #D7F2A6. Grayscale: #1D1D1D. Windows color (decimal): -14152359 or 5836072. OLE color: 5836072.
HSL color Cylindrical-coordinate representation of color #280D59: hue angle of 261.32º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280D59 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 13 | 89 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.65 |
| HSL | 261.32º | 0.75% | 0.2% | - |
| HSV(B) | 261.32º | 0.85% | 0.35% | - |
| XYZ | 2.82 | 1.46 | 9.58 | - |
| YUV | 29.74 | 161.45 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 89 | 0.55 | 0.85 | 0 | 0.65 | 261.32 | 0.75 | 0.2 |
| Hex | 28 | D | 59 | 37 | 55 | 0 | 41 | 105 | 4B | 14 |
| Octal | 50 | 15 | 131 | 67 | 125 | 0 | 101 | 405 | 113 | 24 |
| Binary | 101000 | 1101 | 1011001 | 110111 | 1010101 | 0 | 1000001 | 100000101 | 1001011 | 10100 |
Color Harmonies of #280D59
Complementary color
Monochromatic Colors of #280D59
Black with #280D59
Text Example
Text Example
White with #280D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D59; }
p { color: rgb(40,13,89); }
H1.HeaderClassName
{
color: #280D59;
}
.AnyTagClassName
{
color: #280D59;
}
</style>
background-color css
<style>
a { background-color: #280D59; }
a { background-color: rgb(40,13,89); }
div.DivClassName
{
background-color: #280D59;
}
.BgClassName
{
background-color: #280D59;
}
</style>
border-color css
<style>
span { border-color: #280D59; }
span { border-color: rgb(40,13,89); }
td.TdClassName
{
border-color: #280D59;
}
.TagClassName
{
border-color: #280D59;
}
</style>