Shades of Christalle #2D1363
Tints of Christalle #2D1363
RGB
CMYK
RGB Variations
Color information
#2D1363 (or 0x2D1363) is known color: Christalle. HEX triplet: 2D, 13 and 63. RGB value is (45,19,99). Sum of RGB (Red+Green+Blue) = 45+19+99=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #2D1363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1363 is #D2EC9C. Grayscale: #232323. Windows color (decimal): -13823133 or 6492973. OLE color: 6492973.
HSL color Cylindrical-coordinate representation of color #2D1363: hue angle of 259.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D1363 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 19 | 99 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.61 |
| HSL | 259.5º | 0.68% | 0.23% | - |
| HSV(B) | 259.5º | 0.81% | 0.39% | - |
| XYZ | 3.57 | 1.92 | 11.99 | - |
| YUV | 35.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 99 | 0.55 | 0.81 | 0 | 0.61 | 259.5 | 0.68 | 0.23 |
| Hex | 2D | 13 | 63 | 37 | 51 | 0 | 3D | 104 | 44 | 17 |
| Octal | 55 | 23 | 143 | 67 | 121 | 0 | 75 | 404 | 104 | 27 |
| Binary | 101101 | 10011 | 1100011 | 110111 | 1010001 | 0 | 111101 | 100000100 | 1000100 | 10111 |
Color Harmonies of #2D1363
Complementary color
Monochromatic Colors of #2D1363
Black with #2D1363
Text Example
Text Example
White with #2D1363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1363; }
p { color: rgb(45,19,99); }
H1.HeaderClassName
{
color: #2D1363;
}
.AnyTagClassName
{
color: #2D1363;
}
</style>
background-color css
<style>
a { background-color: #2D1363; }
a { background-color: rgb(45,19,99); }
div.DivClassName
{
background-color: #2D1363;
}
.BgClassName
{
background-color: #2D1363;
}
</style>
border-color css
<style>
span { border-color: #2D1363; }
span { border-color: rgb(45,19,99); }
td.TdClassName
{
border-color: #2D1363;
}
.TagClassName
{
border-color: #2D1363;
}
</style>