Shades of Christalle #280B5D
Tints of Christalle #280B5D
RGB
CMYK
RGB Variations
Color information
#280B5D (or 0x280B5D) is known color: Christalle. HEX triplet: 28, 0B and 5D. RGB value is (40,11,93). Sum of RGB (Red+Green+Blue) = 40+11+93=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #280B5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280B5D is #D7F4A2. Grayscale: #1C1C1C. Windows color (decimal): -14152867 or 6097704. OLE color: 6097704.
HSL color Cylindrical-coordinate representation of color #280B5D: hue angle of 261.22º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280B5D is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 11 | 93 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.64 |
| HSL | 261.22º | 0.79% | 0.2% | - |
| HSV(B) | 261.22º | 0.88% | 0.36% | - |
| XYZ | 2.97 | 1.48 | 10.49 | - |
| YUV | 29.02 | 164.11 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 93 | 0.57 | 0.88 | 0 | 0.64 | 261.22 | 0.79 | 0.2 |
| Hex | 28 | B | 5D | 39 | 58 | 0 | 40 | 105 | 4F | 14 |
| Octal | 50 | 13 | 135 | 71 | 130 | 0 | 100 | 405 | 117 | 24 |
| Binary | 101000 | 1011 | 1011101 | 111001 | 1011000 | 0 | 1000000 | 100000101 | 1001111 | 10100 |
Color Harmonies of #280B5D
Complementary color
Monochromatic Colors of #280B5D
Black with #280B5D
Text Example
Text Example
White with #280B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B5D; }
p { color: rgb(40,11,93); }
H1.HeaderClassName
{
color: #280B5D;
}
.AnyTagClassName
{
color: #280B5D;
}
</style>
background-color css
<style>
a { background-color: #280B5D; }
a { background-color: rgb(40,11,93); }
div.DivClassName
{
background-color: #280B5D;
}
.BgClassName
{
background-color: #280B5D;
}
</style>
border-color css
<style>
span { border-color: #280B5D; }
span { border-color: rgb(40,11,93); }
td.TdClassName
{
border-color: #280B5D;
}
.TagClassName
{
border-color: #280B5D;
}
</style>