Shades of Christalle #26095D
Tints of Christalle #26095D
RGB
CMYK
RGB Variations
Color information
#26095D (or 0x26095D) is known color: Christalle. HEX triplet: 26, 09 and 5D. RGB value is (38,9,93). Sum of RGB (Red+Green+Blue) = 38+9+93=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #26095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26095D is #D9F6A2. Grayscale: #1A1A1A. Windows color (decimal): -14284451 or 6097190. OLE color: 6097190.
HSL color Cylindrical-coordinate representation of color #26095D: hue angle of 260.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26095D is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 9 | 93 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.64 |
| HSL | 260.71º | 0.82% | 0.2% | - |
| HSV(B) | 260.71º | 0.9% | 0.36% | - |
| XYZ | 2.87 | 1.4 | 10.47 | - |
| YUV | 27.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 93 | 0.59 | 0.90 | 0 | 0.64 | 260.71 | 0.82 | 0.2 |
| Hex | 26 | 9 | 5D | 3B | 5A | 0 | 40 | 105 | 52 | 14 |
| Octal | 46 | 11 | 135 | 73 | 132 | 0 | 100 | 405 | 122 | 24 |
| Binary | 100110 | 1001 | 1011101 | 111011 | 1011010 | 0 | 1000000 | 100000101 | 1010010 | 10100 |
Color Harmonies of #26095D
Complementary color
Monochromatic Colors of #26095D
Black with #26095D
Text Example
Text Example
White with #26095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26095D; }
p { color: rgb(38,9,93); }
H1.HeaderClassName
{
color: #26095D;
}
.AnyTagClassName
{
color: #26095D;
}
</style>
background-color css
<style>
a { background-color: #26095D; }
a { background-color: rgb(38,9,93); }
div.DivClassName
{
background-color: #26095D;
}
.BgClassName
{
background-color: #26095D;
}
</style>
border-color css
<style>
span { border-color: #26095D; }
span { border-color: rgb(38,9,93); }
td.TdClassName
{
border-color: #26095D;
}
.TagClassName
{
border-color: #26095D;
}
</style>