Shades of Christalle #28075F
Tints of Christalle #28075F
RGB
CMYK
RGB Variations
Color information
#28075F (or 0x28075F) is known color: Christalle. HEX triplet: 28, 07 and 5F. RGB value is (40,7,95). Sum of RGB (Red+Green+Blue) = 40+7+95=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 95 (37.5% from 255 or 66.90% from 142); Max value from RGB is 95 - color contains mainly: blue. Hex color #28075F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28075F is #D7F8A0. Grayscale: #1A1A1A. Windows color (decimal): -14153889 or 6227752. OLE color: 6227752.
HSL color Cylindrical-coordinate representation of color #28075F: hue angle of 262.5º 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 #28075F is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 7 | 95 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.63 |
| HSL | 262.5º | 0.86% | 0.2% | - |
| HSV(B) | 262.5º | 0.93% | 0.37% | - |
| XYZ | 3.02 | 1.43 | 10.94 | - |
| YUV | 26.9 | 166.43 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 95 | 0.58 | 0.93 | 0 | 0.63 | 262.5 | 0.86 | 0.2 |
| Hex | 28 | 7 | 5F | 3A | 5D | 0 | 3F | 106 | 56 | 14 |
| Octal | 50 | 7 | 137 | 72 | 135 | 0 | 77 | 406 | 126 | 24 |
| Binary | 101000 | 111 | 1011111 | 111010 | 1011101 | 0 | 111111 | 100000110 | 1010110 | 10100 |
Color Harmonies of #28075F
Complementary color
Monochromatic Colors of #28075F
Black with #28075F
Text Example
Text Example
White with #28075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28075F; }
p { color: rgb(40,7,95); }
H1.HeaderClassName
{
color: #28075F;
}
.AnyTagClassName
{
color: #28075F;
}
</style>
background-color css
<style>
a { background-color: #28075F; }
a { background-color: rgb(40,7,95); }
div.DivClassName
{
background-color: #28075F;
}
.BgClassName
{
background-color: #28075F;
}
</style>
border-color css
<style>
span { border-color: #28075F; }
span { border-color: rgb(40,7,95); }
td.TdClassName
{
border-color: #28075F;
}
.TagClassName
{
border-color: #28075F;
}
</style>