Shades of Christalle #2D135F
Tints of Christalle #2D135F
RGB
CMYK
RGB Variations
Color information
#2D135F (or 0x2D135F) is known color: Christalle. HEX triplet: 2D, 13 and 5F. RGB value is (45,19,95). Sum of RGB (Red+Green+Blue) = 45+19+95=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 95 (37.5% from 255 or 59.75% from 159); Max value from RGB is 95 - color contains mainly: blue. Hex color #2D135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D135F is #D2ECA0. Grayscale: #232323. Windows color (decimal): -13823137 or 6230829. OLE color: 6230829.
HSL color Cylindrical-coordinate representation of color #2D135F: hue angle of 260.53º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D135F is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 19 | 95 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.63 |
| HSL | 260.53º | 0.67% | 0.22% | - |
| HSV(B) | 260.53º | 0.8% | 0.37% | - |
| XYZ | 3.38 | 1.85 | 11.01 | - |
| YUV | 35.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 95 | 0.53 | 0.80 | 0 | 0.63 | 260.53 | 0.67 | 0.22 |
| Hex | 2D | 13 | 5F | 35 | 50 | 0 | 3F | 105 | 43 | 16 |
| Octal | 55 | 23 | 137 | 65 | 120 | 0 | 77 | 405 | 103 | 26 |
| Binary | 101101 | 10011 | 1011111 | 110101 | 1010000 | 0 | 111111 | 100000101 | 1000011 | 10110 |
Color Harmonies of #2D135F
Complementary color
Monochromatic Colors of #2D135F
Black with #2D135F
Text Example
Text Example
White with #2D135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D135F; }
p { color: rgb(45,19,95); }
H1.HeaderClassName
{
color: #2D135F;
}
.AnyTagClassName
{
color: #2D135F;
}
</style>
background-color css
<style>
a { background-color: #2D135F; }
a { background-color: rgb(45,19,95); }
div.DivClassName
{
background-color: #2D135F;
}
.BgClassName
{
background-color: #2D135F;
}
</style>
border-color css
<style>
span { border-color: #2D135F; }
span { border-color: rgb(45,19,95); }
td.TdClassName
{
border-color: #2D135F;
}
.TagClassName
{
border-color: #2D135F;
}
</style>