Shades of Christalle #2D145C
Tints of Christalle #2D145C
RGB
CMYK
RGB Variations
Color information
#2D145C (or 0x2D145C) is known color: Christalle. HEX triplet: 2D, 14 and 5C. RGB value is (45,20,92). Sum of RGB (Red+Green+Blue) = 45+20+92=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #2D145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D145C is #D2EBA3. Grayscale: #232323. Windows color (decimal): -13822884 or 6034477. OLE color: 6034477.
HSL color Cylindrical-coordinate representation of color #2D145C: hue angle of 260.83º 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 #2D145C is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 20 | 92 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.64 |
| HSL | 260.83º | 0.64% | 0.22% | - |
| HSV(B) | 260.83º | 0.78% | 0.36% | - |
| XYZ | 3.26 | 1.83 | 10.31 | - |
| YUV | 35.68 | 159.78 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 92 | 0.51 | 0.78 | 0 | 0.64 | 260.83 | 0.64 | 0.22 |
| Hex | 2D | 14 | 5C | 33 | 4E | 0 | 40 | 105 | 40 | 16 |
| Octal | 55 | 24 | 134 | 63 | 116 | 0 | 100 | 405 | 100 | 26 |
| Binary | 101101 | 10100 | 1011100 | 110011 | 1001110 | 0 | 1000000 | 100000101 | 1000000 | 10110 |
Color Harmonies of #2D145C
Complementary color
Monochromatic Colors of #2D145C
Black with #2D145C
Text Example
Text Example
White with #2D145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D145C; }
p { color: rgb(45,20,92); }
H1.HeaderClassName
{
color: #2D145C;
}
.AnyTagClassName
{
color: #2D145C;
}
</style>
background-color css
<style>
a { background-color: #2D145C; }
a { background-color: rgb(45,20,92); }
div.DivClassName
{
background-color: #2D145C;
}
.BgClassName
{
background-color: #2D145C;
}
</style>
border-color css
<style>
span { border-color: #2D145C; }
span { border-color: rgb(45,20,92); }
td.TdClassName
{
border-color: #2D145C;
}
.TagClassName
{
border-color: #2D145C;
}
</style>