Shades of Christalle #28125D
Tints of Christalle #28125D
RGB
CMYK
RGB Variations
Color information
#28125D (or 0x28125D) is known color: Christalle. HEX triplet: 28, 12 and 5D. RGB value is (40,18,93). Sum of RGB (Red+Green+Blue) = 40+18+93=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #28125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28125D is #D7EDA2. Grayscale: #202020. Windows color (decimal): -14151075 or 6099496. OLE color: 6099496.
HSL color Cylindrical-coordinate representation of color #28125D: hue angle of 257.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28125D is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 18 | 93 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.64 |
| HSL | 257.6º | 0.68% | 0.22% | - |
| HSV(B) | 257.6º | 0.81% | 0.36% | - |
| XYZ | 3.07 | 1.67 | 10.52 | - |
| YUV | 33.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 93 | 0.57 | 0.81 | 0 | 0.64 | 257.6 | 0.68 | 0.22 |
| Hex | 28 | 12 | 5D | 39 | 51 | 0 | 40 | 102 | 44 | 16 |
| Octal | 50 | 22 | 135 | 71 | 121 | 0 | 100 | 402 | 104 | 26 |
| Binary | 101000 | 10010 | 1011101 | 111001 | 1010001 | 0 | 1000000 | 100000010 | 1000100 | 10110 |
Color Harmonies of #28125D
Complementary color
Monochromatic Colors of #28125D
Black with #28125D
Text Example
Text Example
White with #28125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28125D; }
p { color: rgb(40,18,93); }
H1.HeaderClassName
{
color: #28125D;
}
.AnyTagClassName
{
color: #28125D;
}
</style>
background-color css
<style>
a { background-color: #28125D; }
a { background-color: rgb(40,18,93); }
div.DivClassName
{
background-color: #28125D;
}
.BgClassName
{
background-color: #28125D;
}
</style>
border-color css
<style>
span { border-color: #28125D; }
span { border-color: rgb(40,18,93); }
td.TdClassName
{
border-color: #28125D;
}
.TagClassName
{
border-color: #28125D;
}
</style>