Shades of Christalle #28145F
Tints of Christalle #28145F
RGB
CMYK
RGB Variations
Color information
#28145F (or 0x28145F) is known color: Christalle. HEX triplet: 28, 14 and 5F. RGB value is (40,20,95). Sum of RGB (Red+Green+Blue) = 40+20+95=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 95 (37.5% from 255 or 61.29% from 155); Max value from RGB is 95 - color contains mainly: blue. Hex color #28145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28145F is #D7EBA0. Grayscale: #222222. Windows color (decimal): -14150561 or 6231080. OLE color: 6231080.
HSL color Cylindrical-coordinate representation of color #28145F: hue angle of 256º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28145F is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 20 | 95 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.63 |
| HSL | 256º | 0.65% | 0.23% | - |
| HSV(B) | 256º | 0.79% | 0.37% | - |
| XYZ | 3.19 | 1.78 | 11 | - |
| YUV | 34.53 | 162.13 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 95 | 0.58 | 0.79 | 0 | 0.63 | 256 | 0.65 | 0.23 |
| Hex | 28 | 14 | 5F | 3A | 4F | 0 | 3F | 100 | 41 | 17 |
| Octal | 50 | 24 | 137 | 72 | 117 | 0 | 77 | 400 | 101 | 27 |
| Binary | 101000 | 10100 | 1011111 | 111010 | 1001111 | 0 | 111111 | 100000000 | 1000001 | 10111 |
Color Harmonies of #28145F
Complementary color
Monochromatic Colors of #28145F
Black with #28145F
Text Example
Text Example
White with #28145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28145F; }
p { color: rgb(40,20,95); }
H1.HeaderClassName
{
color: #28145F;
}
.AnyTagClassName
{
color: #28145F;
}
</style>
background-color css
<style>
a { background-color: #28145F; }
a { background-color: rgb(40,20,95); }
div.DivClassName
{
background-color: #28145F;
}
.BgClassName
{
background-color: #28145F;
}
</style>
border-color css
<style>
span { border-color: #28145F; }
span { border-color: rgb(40,20,95); }
td.TdClassName
{
border-color: #28145F;
}
.TagClassName
{
border-color: #28145F;
}
</style>