Shades of Christalle #2D1463
Tints of Christalle #2D1463
RGB
CMYK
RGB Variations
Color information
#2D1463 (or 0x2D1463) is known color: Christalle. HEX triplet: 2D, 14 and 63. RGB value is (45,20,99). Sum of RGB (Red+Green+Blue) = 45+20+99=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 99 (39.06% from 255 or 60.37% from 164); Max value from RGB is 99 - color contains mainly: blue. Hex color #2D1463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1463 is #D2EB9C. Grayscale: #242424. Windows color (decimal): -13822877 or 6493229. OLE color: 6493229.
HSL color Cylindrical-coordinate representation of color #2D1463: hue angle of 258.99º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D1463 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 20 | 99 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.61 |
| HSL | 258.99º | 0.66% | 0.23% | - |
| HSV(B) | 258.99º | 0.8% | 0.39% | - |
| XYZ | 3.58 | 1.96 | 11.99 | - |
| YUV | 36.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 99 | 0.55 | 0.80 | 0 | 0.61 | 258.99 | 0.66 | 0.23 |
| Hex | 2D | 14 | 63 | 37 | 50 | 0 | 3D | 103 | 42 | 17 |
| Octal | 55 | 24 | 143 | 67 | 120 | 0 | 75 | 403 | 102 | 27 |
| Binary | 101101 | 10100 | 1100011 | 110111 | 1010000 | 0 | 111101 | 100000011 | 1000010 | 10111 |
Color Harmonies of #2D1463
Complementary color
Monochromatic Colors of #2D1463
Black with #2D1463
Text Example
Text Example
White with #2D1463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1463; }
p { color: rgb(45,20,99); }
H1.HeaderClassName
{
color: #2D1463;
}
.AnyTagClassName
{
color: #2D1463;
}
</style>
background-color css
<style>
a { background-color: #2D1463; }
a { background-color: rgb(45,20,99); }
div.DivClassName
{
background-color: #2D1463;
}
.BgClassName
{
background-color: #2D1463;
}
</style>
border-color css
<style>
span { border-color: #2D1463; }
span { border-color: rgb(45,20,99); }
td.TdClassName
{
border-color: #2D1463;
}
.TagClassName
{
border-color: #2D1463;
}
</style>