Shades of Christalle #280C59
Tints of Christalle #280C59
RGB
CMYK
RGB Variations
Color information
#280C59 (or 0x280C59) is known color: Christalle. HEX triplet: 28, 0C and 59. RGB value is (40,12,89). Sum of RGB (Red+Green+Blue) = 40+12+89=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #280C59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280C59 is #D7F3A6. Grayscale: #1C1C1C. Windows color (decimal): -14152615 or 5835816. OLE color: 5835816.
HSL color Cylindrical-coordinate representation of color #280C59: hue angle of 261.82º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #280C59 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 12 | 89 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.65 |
| HSL | 261.82º | 0.76% | 0.2% | - |
| HSV(B) | 261.82º | 0.87% | 0.35% | - |
| XYZ | 2.81 | 1.44 | 9.58 | - |
| YUV | 29.15 | 161.78 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 89 | 0.55 | 0.87 | 0 | 0.65 | 261.82 | 0.76 | 0.2 |
| Hex | 28 | C | 59 | 37 | 57 | 0 | 41 | 106 | 4C | 14 |
| Octal | 50 | 14 | 131 | 67 | 127 | 0 | 101 | 406 | 114 | 24 |
| Binary | 101000 | 1100 | 1011001 | 110111 | 1010111 | 0 | 1000001 | 100000110 | 1001100 | 10100 |
Color Harmonies of #280C59
Complementary color
Monochromatic Colors of #280C59
Black with #280C59
Text Example
Text Example
White with #280C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C59; }
p { color: rgb(40,12,89); }
H1.HeaderClassName
{
color: #280C59;
}
.AnyTagClassName
{
color: #280C59;
}
</style>
background-color css
<style>
a { background-color: #280C59; }
a { background-color: rgb(40,12,89); }
div.DivClassName
{
background-color: #280C59;
}
.BgClassName
{
background-color: #280C59;
}
</style>
border-color css
<style>
span { border-color: #280C59; }
span { border-color: rgb(40,12,89); }
td.TdClassName
{
border-color: #280C59;
}
.TagClassName
{
border-color: #280C59;
}
</style>