Shades of Christalle #2D1757
Tints of Christalle #2D1757
RGB
CMYK
RGB Variations
Color information
#2D1757 (or 0x2D1757) is known color: Christalle. HEX triplet: 2D, 17 and 57. RGB value is (45,23,87). Sum of RGB (Red+Green+Blue) = 45+23+87=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #2D1757 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1757 is #D2E8A8. Grayscale: #242424. Windows color (decimal): -13822121 or 5707565. OLE color: 5707565.
HSL color Cylindrical-coordinate representation of color #2D1757: hue angle of 260.62º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D1757 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 23 | 87 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.66 |
| HSL | 260.63º | 0.58% | 0.22% | - |
| HSV(B) | 260.63º | 0.74% | 0.34% | - |
| XYZ | 3.11 | 1.86 | 9.21 | - |
| YUV | 36.87 | 156.29 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 87 | 0.48 | 0.74 | 0 | 0.66 | 260.63 | 0.58 | 0.22 |
| Hex | 2D | 17 | 57 | 30 | 4A | 0 | 42 | 105 | 3A | 16 |
| Octal | 55 | 27 | 127 | 60 | 112 | 0 | 102 | 405 | 72 | 26 |
| Binary | 101101 | 10111 | 1010111 | 110000 | 1001010 | 0 | 1000010 | 100000101 | 111010 | 10110 |
Color Harmonies of #2D1757
Complementary color
Monochromatic Colors of #2D1757
Black with #2D1757
Text Example
Text Example
White with #2D1757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1757; }
p { color: rgb(45,23,87); }
H1.HeaderClassName
{
color: #2D1757;
}
.AnyTagClassName
{
color: #2D1757;
}
</style>
background-color css
<style>
a { background-color: #2D1757; }
a { background-color: rgb(45,23,87); }
div.DivClassName
{
background-color: #2D1757;
}
.BgClassName
{
background-color: #2D1757;
}
</style>
border-color css
<style>
span { border-color: #2D1757; }
span { border-color: rgb(45,23,87); }
td.TdClassName
{
border-color: #2D1757;
}
.TagClassName
{
border-color: #2D1757;
}
</style>