Shades of Christalle #28085A
Tints of Christalle #28085A
RGB
CMYK
RGB Variations
Color information
#28085A (or 0x28085A) is known color: Christalle. HEX triplet: 28, 08 and 5A. RGB value is (40,8,90). Sum of RGB (Red+Green+Blue) = 40+8+90=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #28085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28085A is #D7F7A5. Grayscale: #1A1A1A. Windows color (decimal): -14153638 or 5900328. OLE color: 5900328.
HSL color Cylindrical-coordinate representation of color #28085A: hue angle of 263.41º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28085A is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 8 | 90 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.65 |
| HSL | 263.41º | 0.84% | 0.19% | - |
| HSV(B) | 263.41º | 0.91% | 0.35% | - |
| XYZ | 2.81 | 1.36 | 9.79 | - |
| YUV | 26.92 | 163.6 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 90 | 0.56 | 0.91 | 0 | 0.65 | 263.41 | 0.84 | 0.19 |
| Hex | 28 | 8 | 5A | 38 | 5B | 0 | 41 | 107 | 54 | 13 |
| Octal | 50 | 10 | 132 | 70 | 133 | 0 | 101 | 407 | 124 | 23 |
| Binary | 101000 | 1000 | 1011010 | 111000 | 1011011 | 0 | 1000001 | 100000111 | 1010100 | 10011 |
Color Harmonies of #28085A
Complementary color
Monochromatic Colors of #28085A
Black with #28085A
Text Example
Text Example
White with #28085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28085A; }
p { color: rgb(40,8,90); }
H1.HeaderClassName
{
color: #28085A;
}
.AnyTagClassName
{
color: #28085A;
}
</style>
background-color css
<style>
a { background-color: #28085A; }
a { background-color: rgb(40,8,90); }
div.DivClassName
{
background-color: #28085A;
}
.BgClassName
{
background-color: #28085A;
}
</style>
border-color css
<style>
span { border-color: #28085A; }
span { border-color: rgb(40,8,90); }
td.TdClassName
{
border-color: #28085A;
}
.TagClassName
{
border-color: #28085A;
}
</style>