Shades of Christalle #28095B
Tints of Christalle #28095B
RGB
CMYK
RGB Variations
Color information
#28095B (or 0x28095B) is known color: Christalle. HEX triplet: 28, 09 and 5B. RGB value is (40,9,91). Sum of RGB (Red+Green+Blue) = 40+9+91=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #28095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28095B is #D7F6A4. Grayscale: #1B1B1B. Windows color (decimal): -14153381 or 5966120. OLE color: 5966120.
HSL color Cylindrical-coordinate representation of color #28095B: hue angle of 262.68º 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 #28095B is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 9 | 91 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.64 |
| HSL | 262.68º | 0.82% | 0.2% | - |
| HSV(B) | 262.68º | 0.9% | 0.36% | - |
| XYZ | 2.86 | 1.4 | 10.02 | - |
| YUV | 27.62 | 163.77 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 91 | 0.56 | 0.90 | 0 | 0.64 | 262.68 | 0.82 | 0.2 |
| Hex | 28 | 9 | 5B | 38 | 5A | 0 | 40 | 107 | 52 | 14 |
| Octal | 50 | 11 | 133 | 70 | 132 | 0 | 100 | 407 | 122 | 24 |
| Binary | 101000 | 1001 | 1011011 | 111000 | 1011010 | 0 | 1000000 | 100000111 | 1010010 | 10100 |
Color Harmonies of #28095B
Complementary color
Monochromatic Colors of #28095B
Black with #28095B
Text Example
Text Example
White with #28095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28095B; }
p { color: rgb(40,9,91); }
H1.HeaderClassName
{
color: #28095B;
}
.AnyTagClassName
{
color: #28095B;
}
</style>
background-color css
<style>
a { background-color: #28095B; }
a { background-color: rgb(40,9,91); }
div.DivClassName
{
background-color: #28095B;
}
.BgClassName
{
background-color: #28095B;
}
</style>
border-color css
<style>
span { border-color: #28095B; }
span { border-color: rgb(40,9,91); }
td.TdClassName
{
border-color: #28095B;
}
.TagClassName
{
border-color: #28095B;
}
</style>