Shades of Christalle #26115D
Tints of Christalle #26115D
RGB
CMYK
RGB Variations
Color information
#26115D (or 0x26115D) is known color: Christalle. HEX triplet: 26, 11 and 5D. RGB value is (38,17,93). Sum of RGB (Red+Green+Blue) = 38+17+93=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #26115D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26115D is #D9EEA2. Grayscale: #1F1F1F. Windows color (decimal): -14282403 or 6099238. OLE color: 6099238.
HSL color Cylindrical-coordinate representation of color #26115D: hue angle of 256.58º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26115D is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 17 | 93 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.64 |
| HSL | 256.58º | 0.69% | 0.22% | - |
| HSV(B) | 256.58º | 0.82% | 0.36% | - |
| XYZ | 2.98 | 1.6 | 10.51 | - |
| YUV | 31.94 | 162.46 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 17 | 93 | 0.59 | 0.82 | 0 | 0.64 | 256.58 | 0.69 | 0.22 |
| Hex | 26 | 11 | 5D | 3B | 52 | 0 | 40 | 101 | 45 | 16 |
| Octal | 46 | 21 | 135 | 73 | 122 | 0 | 100 | 401 | 105 | 26 |
| Binary | 100110 | 10001 | 1011101 | 111011 | 1010010 | 0 | 1000000 | 100000001 | 1000101 | 10110 |
Color Harmonies of #26115D
Complementary color
Monochromatic Colors of #26115D
Black with #26115D
Text Example
Text Example
White with #26115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26115D; }
p { color: rgb(38,17,93); }
H1.HeaderClassName
{
color: #26115D;
}
.AnyTagClassName
{
color: #26115D;
}
</style>
background-color css
<style>
a { background-color: #26115D; }
a { background-color: rgb(38,17,93); }
div.DivClassName
{
background-color: #26115D;
}
.BgClassName
{
background-color: #26115D;
}
</style>
border-color css
<style>
span { border-color: #26115D; }
span { border-color: rgb(38,17,93); }
td.TdClassName
{
border-color: #26115D;
}
.TagClassName
{
border-color: #26115D;
}
</style>