Shades of Christalle #28145A
Tints of Christalle #28145A
RGB
CMYK
RGB Variations
Color information
#28145A (or 0x28145A) is known color: Christalle. HEX triplet: 28, 14 and 5A. RGB value is (40,20,90). Sum of RGB (Red+Green+Blue) = 40+20+90=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #28145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28145A is #D7EBA5. Grayscale: #212121. Windows color (decimal): -14150566 or 5903400. OLE color: 5903400.
HSL color Cylindrical-coordinate representation of color #28145A: hue angle of 257.14º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28145A is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 20 | 90 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.65 |
| HSL | 257.14º | 0.64% | 0.22% | - |
| HSV(B) | 257.14º | 0.78% | 0.35% | - |
| XYZ | 2.97 | 1.69 | 9.84 | - |
| YUV | 33.96 | 159.63 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 90 | 0.56 | 0.78 | 0 | 0.65 | 257.14 | 0.64 | 0.22 |
| Hex | 28 | 14 | 5A | 38 | 4E | 0 | 41 | 101 | 40 | 16 |
| Octal | 50 | 24 | 132 | 70 | 116 | 0 | 101 | 401 | 100 | 26 |
| Binary | 101000 | 10100 | 1011010 | 111000 | 1001110 | 0 | 1000001 | 100000001 | 1000000 | 10110 |
Color Harmonies of #28145A
Complementary color
Monochromatic Colors of #28145A
Black with #28145A
Text Example
Text Example
White with #28145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28145A; }
p { color: rgb(40,20,90); }
H1.HeaderClassName
{
color: #28145A;
}
.AnyTagClassName
{
color: #28145A;
}
</style>
background-color css
<style>
a { background-color: #28145A; }
a { background-color: rgb(40,20,90); }
div.DivClassName
{
background-color: #28145A;
}
.BgClassName
{
background-color: #28145A;
}
</style>
border-color css
<style>
span { border-color: #28145A; }
span { border-color: rgb(40,20,90); }
td.TdClassName
{
border-color: #28145A;
}
.TagClassName
{
border-color: #28145A;
}
</style>