Shades of Christalle #290D5E
Tints of Christalle #290D5E
RGB
CMYK
RGB Variations
Color information
#290D5E (or 0x290D5E) is known color: Christalle. HEX triplet: 29, 0D and 5E. RGB value is (41,13,94). Sum of RGB (Red+Green+Blue) = 41+13+94=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 94 (37.11% from 255 or 63.51% from 148); Max value from RGB is 94 - color contains mainly: blue. Hex color #290D5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290D5E is #D6F2A1. Grayscale: #1E1E1E. Windows color (decimal): -14086818 or 6163753. OLE color: 6163753.
HSL color Cylindrical-coordinate representation of color #290D5E: hue angle of 260.74º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #290D5E is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 41 | 13 | 94 | - |
CMYK | 0.56 | 0.86 | 0 | 0.63 |
HSL | 260.74º | 0.76% | 0.21% | - |
HSV(B) | 260.74º | 0.86% | 0.37% | - |
XYZ | 3.08 | 1.57 | 10.73 | - |
YUV | 30.61 | 163.78 | 135.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 41 | 13 | 94 | 0.56 | 0.86 | 0 | 0.63 | 260.74 | 0.76 | 0.21 |
Hex | 29 | D | 5E | 38 | 56 | 0 | 3F | 105 | 4C | 15 |
Octal | 51 | 15 | 136 | 70 | 126 | 0 | 77 | 405 | 114 | 25 |
Binary | 101001 | 1101 | 1011110 | 111000 | 1010110 | 0 | 111111 | 100000101 | 1001100 | 10101 |
Color Harmonies of #290D5E
Complementary color
Monochromatic Colors of #290D5E
Black with #290D5E
Text Example
Text Example
White with #290D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290D5E; }
p { color: rgb(41,13,94); }
H1.HeaderClassName
{
color: #290D5E;
}
.AnyTagClassName
{
color: #290D5E;
}
</style>
background-color css
<style>
a { background-color: #290D5E; }
a { background-color: rgb(41,13,94); }
div.DivClassName
{
background-color: #290D5E;
}
.BgClassName
{
background-color: #290D5E;
}
</style>
border-color css
<style>
span { border-color: #290D5E; }
span { border-color: rgb(41,13,94); }
td.TdClassName
{
border-color: #290D5E;
}
.TagClassName
{
border-color: #290D5E;
}
</style>