Shades of Christalle #2D1257
Tints of Christalle #2D1257
RGB
CMYK
RGB Variations
Color information
#2D1257 (or 0x2D1257) is known color: Christalle. HEX triplet: 2D, 12 and 57. RGB value is (45,18,87). Sum of RGB (Red+Green+Blue) = 45+18+87=150 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 87 (34.38% from 255 or 58% from 150); Max value from RGB is 87 - color contains mainly: blue. Hex color #2D1257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1257 is #D2EDA8. Grayscale: #212121. Windows color (decimal): -13823401 or 5706285. OLE color: 5706285.
HSL color Cylindrical-coordinate representation of color #2D1257: hue angle of 263.48º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D1257 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 18 | 87 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.66 |
| HSL | 263.48º | 0.66% | 0.21% | - |
| HSV(B) | 263.48º | 0.79% | 0.34% | - |
| XYZ | 3.02 | 1.68 | 9.18 | - |
| YUV | 33.94 | 157.95 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 87 | 0.48 | 0.79 | 0 | 0.66 | 263.48 | 0.66 | 0.21 |
| Hex | 2D | 12 | 57 | 30 | 4F | 0 | 42 | 107 | 42 | 15 |
| Octal | 55 | 22 | 127 | 60 | 117 | 0 | 102 | 407 | 102 | 25 |
| Binary | 101101 | 10010 | 1010111 | 110000 | 1001111 | 0 | 1000010 | 100000111 | 1000010 | 10101 |
Color Harmonies of #2D1257
Complementary color
Monochromatic Colors of #2D1257
Black with #2D1257
Text Example
Text Example
White with #2D1257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1257; }
p { color: rgb(45,18,87); }
H1.HeaderClassName
{
color: #2D1257;
}
.AnyTagClassName
{
color: #2D1257;
}
</style>
background-color css
<style>
a { background-color: #2D1257; }
a { background-color: rgb(45,18,87); }
div.DivClassName
{
background-color: #2D1257;
}
.BgClassName
{
background-color: #2D1257;
}
</style>
border-color css
<style>
span { border-color: #2D1257; }
span { border-color: rgb(45,18,87); }
td.TdClassName
{
border-color: #2D1257;
}
.TagClassName
{
border-color: #2D1257;
}
</style>