Shades of Christalle #260F5C
Tints of Christalle #260F5C
RGB
CMYK
RGB Variations
Color information
#260F5C (or 0x260F5C) is known color: Christalle. HEX triplet: 26, 0F and 5C. RGB value is (38,15,92). Sum of RGB (Red+Green+Blue) = 38+15+92=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 92 (36.33% from 255 or 63.45% from 145); Max value from RGB is 92 - color contains mainly: blue. Hex color #260F5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260F5C is #D9F0A3. Grayscale: #1E1E1E. Windows color (decimal): -14282916 or 6033190. OLE color: 6033190.
HSL color Cylindrical-coordinate representation of color #260F5C: hue angle of 257.92º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #260F5C is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 15 | 92 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.64 |
| HSL | 257.92º | 0.72% | 0.21% | - |
| HSV(B) | 257.92º | 0.84% | 0.36% | - |
| XYZ | 2.9 | 1.53 | 10.27 | - |
| YUV | 30.66 | 162.62 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 92 | 0.59 | 0.84 | 0 | 0.64 | 257.92 | 0.72 | 0.21 |
| Hex | 26 | F | 5C | 3B | 54 | 0 | 40 | 102 | 48 | 15 |
| Octal | 46 | 17 | 134 | 73 | 124 | 0 | 100 | 402 | 110 | 25 |
| Binary | 100110 | 1111 | 1011100 | 111011 | 1010100 | 0 | 1000000 | 100000010 | 1001000 | 10101 |
Color Harmonies of #260F5C
Complementary color
Monochromatic Colors of #260F5C
Black with #260F5C
Text Example
Text Example
White with #260F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F5C; }
p { color: rgb(38,15,92); }
H1.HeaderClassName
{
color: #260F5C;
}
.AnyTagClassName
{
color: #260F5C;
}
</style>
background-color css
<style>
a { background-color: #260F5C; }
a { background-color: rgb(38,15,92); }
div.DivClassName
{
background-color: #260F5C;
}
.BgClassName
{
background-color: #260F5C;
}
</style>
border-color css
<style>
span { border-color: #260F5C; }
span { border-color: rgb(38,15,92); }
td.TdClassName
{
border-color: #260F5C;
}
.TagClassName
{
border-color: #260F5C;
}
</style>