Shades of Christalle #28095D
Tints of Christalle #28095D
RGB
CMYK
RGB Variations
Color information
#28095D (or 0x28095D) is known color: Christalle. HEX triplet: 28, 09 and 5D. RGB value is (40,9,93). Sum of RGB (Red+Green+Blue) = 40+9+93=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #28095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28095D is #D7F6A2. Grayscale: #1B1B1B. Windows color (decimal): -14153379 or 6097192. OLE color: 6097192.
HSL color Cylindrical-coordinate representation of color #28095D: hue angle of 262.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28095D is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 9 | 93 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.64 |
| HSL | 262.14º | 0.82% | 0.2% | - |
| HSV(B) | 262.14º | 0.9% | 0.36% | - |
| XYZ | 2.95 | 1.44 | 10.48 | - |
| YUV | 27.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 93 | 0.57 | 0.90 | 0 | 0.64 | 262.14 | 0.82 | 0.2 |
| Hex | 28 | 9 | 5D | 39 | 5A | 0 | 40 | 106 | 52 | 14 |
| Octal | 50 | 11 | 135 | 71 | 132 | 0 | 100 | 406 | 122 | 24 |
| Binary | 101000 | 1001 | 1011101 | 111001 | 1011010 | 0 | 1000000 | 100000110 | 1010010 | 10100 |
Color Harmonies of #28095D
Complementary color
Monochromatic Colors of #28095D
Black with #28095D
Text Example
Text Example
White with #28095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28095D; }
p { color: rgb(40,9,93); }
H1.HeaderClassName
{
color: #28095D;
}
.AnyTagClassName
{
color: #28095D;
}
</style>
background-color css
<style>
a { background-color: #28095D; }
a { background-color: rgb(40,9,93); }
div.DivClassName
{
background-color: #28095D;
}
.BgClassName
{
background-color: #28095D;
}
</style>
border-color css
<style>
span { border-color: #28095D; }
span { border-color: rgb(40,9,93); }
td.TdClassName
{
border-color: #28095D;
}
.TagClassName
{
border-color: #28095D;
}
</style>