Shades of Christalle #260D61
Tints of Christalle #260D61
RGB
CMYK
RGB Variations
Color information
#260D61 (or 0x260D61) is known color: Christalle. HEX triplet: 26, 0D and 61. RGB value is (38,13,97). Sum of RGB (Red+Green+Blue) = 38+13+97=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 97 (38.28% from 255 or 65.54% from 148); Max value from RGB is 97 - color contains mainly: blue. Hex color #260D61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D61 is #D9F29E. Grayscale: #1D1D1D. Windows color (decimal): -14283423 or 6360358. OLE color: 6360358.
HSL color Cylindrical-coordinate representation of color #260D61: hue angle of 257.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #260D61 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 13 | 97 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.62 |
| HSL | 257.86º | 0.76% | 0.22% | - |
| HSV(B) | 257.86º | 0.87% | 0.38% | - |
| XYZ | 3.1 | 1.56 | 11.45 | - |
| YUV | 30.05 | 165.78 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 97 | 0.61 | 0.87 | 0 | 0.62 | 257.86 | 0.76 | 0.22 |
| Hex | 26 | D | 61 | 3D | 57 | 0 | 3E | 102 | 4C | 16 |
| Octal | 46 | 15 | 141 | 75 | 127 | 0 | 76 | 402 | 114 | 26 |
| Binary | 100110 | 1101 | 1100001 | 111101 | 1010111 | 0 | 111110 | 100000010 | 1001100 | 10110 |
Color Harmonies of #260D61
Complementary color
Monochromatic Colors of #260D61
Black with #260D61
Text Example
Text Example
White with #260D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D61; }
p { color: rgb(38,13,97); }
H1.HeaderClassName
{
color: #260D61;
}
.AnyTagClassName
{
color: #260D61;
}
</style>
background-color css
<style>
a { background-color: #260D61; }
a { background-color: rgb(38,13,97); }
div.DivClassName
{
background-color: #260D61;
}
.BgClassName
{
background-color: #260D61;
}
</style>
border-color css
<style>
span { border-color: #260D61; }
span { border-color: rgb(38,13,97); }
td.TdClassName
{
border-color: #260D61;
}
.TagClassName
{
border-color: #260D61;
}
</style>