Shades of Christalle #28055A
Tints of Christalle #28055A
RGB
CMYK
RGB Variations
Color information
#28055A (or 0x28055A) is known color: Christalle. HEX triplet: 28, 05 and 5A. RGB value is (40,5,90). Sum of RGB (Red+Green+Blue) = 40+5+90=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 90 (35.55% from 255 or 66.67% from 135); Max value from RGB is 90 - color contains mainly: blue. Hex color #28055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28055A is #D7FAA5. Grayscale: #181818. Windows color (decimal): -14154406 or 5899560. OLE color: 5899560.
HSL color Cylindrical-coordinate representation of color #28055A: hue angle of 264.71º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28055A is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 5 | 90 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.65 |
| HSL | 264.71º | 0.89% | 0.19% | - |
| HSV(B) | 264.71º | 0.94% | 0.35% | - |
| XYZ | 2.77 | 1.3 | 9.78 | - |
| YUV | 25.16 | 164.6 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 90 | 0.56 | 0.94 | 0 | 0.65 | 264.71 | 0.89 | 0.19 |
| Hex | 28 | 5 | 5A | 38 | 5E | 0 | 41 | 109 | 59 | 13 |
| Octal | 50 | 5 | 132 | 70 | 136 | 0 | 101 | 411 | 131 | 23 |
| Binary | 101000 | 101 | 1011010 | 111000 | 1011110 | 0 | 1000001 | 100001001 | 1011001 | 10011 |
Color Harmonies of #28055A
Complementary color
Monochromatic Colors of #28055A
Black with #28055A
Text Example
Text Example
White with #28055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28055A; }
p { color: rgb(40,5,90); }
H1.HeaderClassName
{
color: #28055A;
}
.AnyTagClassName
{
color: #28055A;
}
</style>
background-color css
<style>
a { background-color: #28055A; }
a { background-color: rgb(40,5,90); }
div.DivClassName
{
background-color: #28055A;
}
.BgClassName
{
background-color: #28055A;
}
</style>
border-color css
<style>
span { border-color: #28055A; }
span { border-color: rgb(40,5,90); }
td.TdClassName
{
border-color: #28055A;
}
.TagClassName
{
border-color: #28055A;
}
</style>