Shades of Christalle #2D145B
Tints of Christalle #2D145B
RGB
CMYK
RGB Variations
Color information
#2D145B (or 0x2D145B) is known color: Christalle. HEX triplet: 2D, 14 and 5B. RGB value is (45,20,91). Sum of RGB (Red+Green+Blue) = 45+20+91=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 91 (35.94% from 255 or 58.33% from 156); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D145B is #D2EBA4. Grayscale: #232323. Windows color (decimal): -13822885 or 5968941. OLE color: 5968941.
HSL color Cylindrical-coordinate representation of color #2D145B: hue angle of 261.13º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D145B is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 20 | 91 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.64 |
| HSL | 261.13º | 0.64% | 0.22% | - |
| HSV(B) | 261.13º | 0.78% | 0.36% | - |
| XYZ | 3.22 | 1.81 | 10.08 | - |
| YUV | 35.57 | 159.28 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 91 | 0.51 | 0.78 | 0 | 0.64 | 261.13 | 0.64 | 0.22 |
| Hex | 2D | 14 | 5B | 33 | 4E | 0 | 40 | 105 | 40 | 16 |
| Octal | 55 | 24 | 133 | 63 | 116 | 0 | 100 | 405 | 100 | 26 |
| Binary | 101101 | 10100 | 1011011 | 110011 | 1001110 | 0 | 1000000 | 100000101 | 1000000 | 10110 |
Color Harmonies of #2D145B
Complementary color
Monochromatic Colors of #2D145B
Black with #2D145B
Text Example
Text Example
White with #2D145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D145B; }
p { color: rgb(45,20,91); }
H1.HeaderClassName
{
color: #2D145B;
}
.AnyTagClassName
{
color: #2D145B;
}
</style>
background-color css
<style>
a { background-color: #2D145B; }
a { background-color: rgb(45,20,91); }
div.DivClassName
{
background-color: #2D145B;
}
.BgClassName
{
background-color: #2D145B;
}
</style>
border-color css
<style>
span { border-color: #2D145B; }
span { border-color: rgb(45,20,91); }
td.TdClassName
{
border-color: #2D145B;
}
.TagClassName
{
border-color: #2D145B;
}
</style>