Shades of Christalle #28075E
Tints of Christalle #28075E
RGB
CMYK
RGB Variations
Color information
#28075E (or 0x28075E) is known color: Christalle. HEX triplet: 28, 07 and 5E. RGB value is (40,7,94). Sum of RGB (Red+Green+Blue) = 40+7+94=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 94 (37.11% from 255 or 66.67% from 141); Max value from RGB is 94 - color contains mainly: blue. Hex color #28075E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28075E is #D7F8A1. Grayscale: #1A1A1A. Windows color (decimal): -14153890 or 6162216. OLE color: 6162216.
HSL color Cylindrical-coordinate representation of color #28075E: hue angle of 262.76º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28075E is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 7 | 94 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.63 |
| HSL | 262.76º | 0.86% | 0.2% | - |
| HSV(B) | 262.76º | 0.93% | 0.37% | - |
| XYZ | 2.97 | 1.41 | 10.71 | - |
| YUV | 26.79 | 165.93 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 94 | 0.57 | 0.93 | 0 | 0.63 | 262.76 | 0.86 | 0.2 |
| Hex | 28 | 7 | 5E | 39 | 5D | 0 | 3F | 107 | 56 | 14 |
| Octal | 50 | 7 | 136 | 71 | 135 | 0 | 77 | 407 | 126 | 24 |
| Binary | 101000 | 111 | 1011110 | 111001 | 1011101 | 0 | 111111 | 100000111 | 1010110 | 10100 |
Color Harmonies of #28075E
Complementary color
Monochromatic Colors of #28075E
Black with #28075E
Text Example
Text Example
White with #28075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28075E; }
p { color: rgb(40,7,94); }
H1.HeaderClassName
{
color: #28075E;
}
.AnyTagClassName
{
color: #28075E;
}
</style>
background-color css
<style>
a { background-color: #28075E; }
a { background-color: rgb(40,7,94); }
div.DivClassName
{
background-color: #28075E;
}
.BgClassName
{
background-color: #28075E;
}
</style>
border-color css
<style>
span { border-color: #28075E; }
span { border-color: rgb(40,7,94); }
td.TdClassName
{
border-color: #28075E;
}
.TagClassName
{
border-color: #28075E;
}
</style>