Shades of Christalle #260D60
Tints of Christalle #260D60
RGB
CMYK
RGB Variations
Color information
#260D60 (or 0x260D60) is known color: Christalle. HEX triplet: 26, 0D and 60. RGB value is (38,13,96). Sum of RGB (Red+Green+Blue) = 38+13+96=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #260D60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D60 is #D9F29F. Grayscale: #1D1D1D. Windows color (decimal): -14283424 or 6294822. OLE color: 6294822.
HSL color Cylindrical-coordinate representation of color #260D60: hue angle of 258.07º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #260D60 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 13 | 96 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.62 |
| HSL | 258.07º | 0.76% | 0.21% | - |
| HSV(B) | 258.07º | 0.86% | 0.38% | - |
| XYZ | 3.05 | 1.54 | 11.2 | - |
| YUV | 29.94 | 165.28 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 96 | 0.60 | 0.86 | 0 | 0.62 | 258.07 | 0.76 | 0.21 |
| Hex | 26 | D | 60 | 3C | 56 | 0 | 3E | 102 | 4C | 15 |
| Octal | 46 | 15 | 140 | 74 | 126 | 0 | 76 | 402 | 114 | 25 |
| Binary | 100110 | 1101 | 1100000 | 111100 | 1010110 | 0 | 111110 | 100000010 | 1001100 | 10101 |
Color Harmonies of #260D60
Complementary color
Monochromatic Colors of #260D60
Black with #260D60
Text Example
Text Example
White with #260D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D60; }
p { color: rgb(38,13,96); }
H1.HeaderClassName
{
color: #260D60;
}
.AnyTagClassName
{
color: #260D60;
}
</style>
background-color css
<style>
a { background-color: #260D60; }
a { background-color: rgb(38,13,96); }
div.DivClassName
{
background-color: #260D60;
}
.BgClassName
{
background-color: #260D60;
}
</style>
border-color css
<style>
span { border-color: #260D60; }
span { border-color: rgb(38,13,96); }
td.TdClassName
{
border-color: #260D60;
}
.TagClassName
{
border-color: #260D60;
}
</style>