Shades of Christalle #26095F
Tints of Christalle #26095F
RGB
CMYK
RGB Variations
Color information
#26095F (or 0x26095F) is known color: Christalle. HEX triplet: 26, 09 and 5F. RGB value is (38,9,95). Sum of RGB (Red+Green+Blue) = 38+9+95=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 95 (37.5% from 255 or 66.90% from 142); Max value from RGB is 95 - color contains mainly: blue. Hex color #26095F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26095F is #D9F6A0. Grayscale: #1B1B1B. Windows color (decimal): -14284449 or 6228262. OLE color: 6228262.
HSL color Cylindrical-coordinate representation of color #26095F: hue angle of 260.23º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #26095F is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 9 | 95 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.63 |
| HSL | 260.23º | 0.83% | 0.2% | - |
| HSV(B) | 260.23º | 0.91% | 0.37% | - |
| XYZ | 2.96 | 1.43 | 10.95 | - |
| YUV | 27.48 | 166.11 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 95 | 0.60 | 0.91 | 0 | 0.63 | 260.23 | 0.83 | 0.2 |
| Hex | 26 | 9 | 5F | 3C | 5B | 0 | 3F | 104 | 53 | 14 |
| Octal | 46 | 11 | 137 | 74 | 133 | 0 | 77 | 404 | 123 | 24 |
| Binary | 100110 | 1001 | 1011111 | 111100 | 1011011 | 0 | 111111 | 100000100 | 1010011 | 10100 |
Color Harmonies of #26095F
Complementary color
Monochromatic Colors of #26095F
Black with #26095F
Text Example
Text Example
White with #26095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26095F; }
p { color: rgb(38,9,95); }
H1.HeaderClassName
{
color: #26095F;
}
.AnyTagClassName
{
color: #26095F;
}
</style>
background-color css
<style>
a { background-color: #26095F; }
a { background-color: rgb(38,9,95); }
div.DivClassName
{
background-color: #26095F;
}
.BgClassName
{
background-color: #26095F;
}
</style>
border-color css
<style>
span { border-color: #26095F; }
span { border-color: rgb(38,9,95); }
td.TdClassName
{
border-color: #26095F;
}
.TagClassName
{
border-color: #26095F;
}
</style>