Shades of Christalle #260E5B
Tints of Christalle #260E5B
RGB
CMYK
RGB Variations
Color information
#260E5B (or 0x260E5B) is known color: Christalle. HEX triplet: 26, 0E and 5B. RGB value is (38,14,91). Sum of RGB (Red+Green+Blue) = 38+14+91=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #260E5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260E5B is #D9F1A4. Grayscale: #1D1D1D. Windows color (decimal): -14283173 or 5967398. OLE color: 5967398.
HSL color Cylindrical-coordinate representation of color #260E5B: hue angle of 258.7º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #260E5B is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 14 | 91 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.64 |
| HSL | 258.7º | 0.73% | 0.21% | - |
| HSV(B) | 258.7º | 0.85% | 0.36% | - |
| XYZ | 2.84 | 1.48 | 10.03 | - |
| YUV | 29.95 | 162.45 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 91 | 0.58 | 0.85 | 0 | 0.64 | 258.7 | 0.73 | 0.21 |
| Hex | 26 | E | 5B | 3A | 55 | 0 | 40 | 103 | 49 | 15 |
| Octal | 46 | 16 | 133 | 72 | 125 | 0 | 100 | 403 | 111 | 25 |
| Binary | 100110 | 1110 | 1011011 | 111010 | 1010101 | 0 | 1000000 | 100000011 | 1001001 | 10101 |
Color Harmonies of #260E5B
Complementary color
Monochromatic Colors of #260E5B
Black with #260E5B
Text Example
Text Example
White with #260E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260E5B; }
p { color: rgb(38,14,91); }
H1.HeaderClassName
{
color: #260E5B;
}
.AnyTagClassName
{
color: #260E5B;
}
</style>
background-color css
<style>
a { background-color: #260E5B; }
a { background-color: rgb(38,14,91); }
div.DivClassName
{
background-color: #260E5B;
}
.BgClassName
{
background-color: #260E5B;
}
</style>
border-color css
<style>
span { border-color: #260E5B; }
span { border-color: rgb(38,14,91); }
td.TdClassName
{
border-color: #260E5B;
}
.TagClassName
{
border-color: #260E5B;
}
</style>