Shades of Christalle #28055E
Tints of Christalle #28055E
RGB
CMYK
RGB Variations
Color information
#28055E (or 0x28055E) is known color: Christalle. HEX triplet: 28, 05 and 5E. RGB value is (40,5,94). Sum of RGB (Red+Green+Blue) = 40+5+94=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 94 (37.11% from 255 or 67.63% from 139); Max value from RGB is 94 - color contains mainly: blue. Hex color #28055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28055E is #D7FAA1. Grayscale: #191919. Windows color (decimal): -14154402 or 6161704. OLE color: 6161704.
HSL color Cylindrical-coordinate representation of color #28055E: hue angle of 263.6º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28055E is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 5 | 94 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.63 |
| HSL | 263.6º | 0.9% | 0.19% | - |
| HSV(B) | 263.6º | 0.95% | 0.37% | - |
| XYZ | 2.95 | 1.37 | 10.7 | - |
| YUV | 25.61 | 166.6 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 94 | 0.57 | 0.95 | 0 | 0.63 | 263.6 | 0.9 | 0.19 |
| Hex | 28 | 5 | 5E | 39 | 5F | 0 | 3F | 108 | 5A | 13 |
| Octal | 50 | 5 | 136 | 71 | 137 | 0 | 77 | 410 | 132 | 23 |
| Binary | 101000 | 101 | 1011110 | 111001 | 1011111 | 0 | 111111 | 100001000 | 1011010 | 10011 |
Color Harmonies of #28055E
Complementary color
Monochromatic Colors of #28055E
Black with #28055E
Text Example
Text Example
White with #28055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28055E; }
p { color: rgb(40,5,94); }
H1.HeaderClassName
{
color: #28055E;
}
.AnyTagClassName
{
color: #28055E;
}
</style>
background-color css
<style>
a { background-color: #28055E; }
a { background-color: rgb(40,5,94); }
div.DivClassName
{
background-color: #28055E;
}
.BgClassName
{
background-color: #28055E;
}
</style>
border-color css
<style>
span { border-color: #28055E; }
span { border-color: rgb(40,5,94); }
td.TdClassName
{
border-color: #28055E;
}
.TagClassName
{
border-color: #28055E;
}
</style>