Shades of Christalle #280C5C
Tints of Christalle #280C5C
RGB
CMYK
RGB Variations
Color information
#280C5C (or 0x280C5C) is known color: Christalle. HEX triplet: 28, 0C and 5C. RGB value is (40,12,92). Sum of RGB (Red+Green+Blue) = 40+12+92=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #280C5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280C5C is #D7F3A3. Grayscale: #1D1D1D. Windows color (decimal): -14152612 or 6032424. OLE color: 6032424.
HSL color Cylindrical-coordinate representation of color #280C5C: hue angle of 261º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #280C5C is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 12 | 92 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.64 |
| HSL | 261º | 0.77% | 0.2% | - |
| HSV(B) | 261º | 0.87% | 0.36% | - |
| XYZ | 2.94 | 1.49 | 10.26 | - |
| YUV | 29.49 | 163.28 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 92 | 0.57 | 0.87 | 0 | 0.64 | 261 | 0.77 | 0.2 |
| Hex | 28 | C | 5C | 39 | 57 | 0 | 40 | 105 | 4D | 14 |
| Octal | 50 | 14 | 134 | 71 | 127 | 0 | 100 | 405 | 115 | 24 |
| Binary | 101000 | 1100 | 1011100 | 111001 | 1010111 | 0 | 1000000 | 100000101 | 1001101 | 10100 |
Color Harmonies of #280C5C
Complementary color
Monochromatic Colors of #280C5C
Black with #280C5C
Text Example
Text Example
White with #280C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C5C; }
p { color: rgb(40,12,92); }
H1.HeaderClassName
{
color: #280C5C;
}
.AnyTagClassName
{
color: #280C5C;
}
</style>
background-color css
<style>
a { background-color: #280C5C; }
a { background-color: rgb(40,12,92); }
div.DivClassName
{
background-color: #280C5C;
}
.BgClassName
{
background-color: #280C5C;
}
</style>
border-color css
<style>
span { border-color: #280C5C; }
span { border-color: rgb(40,12,92); }
td.TdClassName
{
border-color: #280C5C;
}
.TagClassName
{
border-color: #280C5C;
}
</style>