Shades of Christalle #2D0760
Tints of Christalle #2D0760
RGB
CMYK
RGB Variations
Color information
#2D0760 (or 0x2D0760) is known color: Christalle. HEX triplet: 2D, 07 and 60. RGB value is (45,7,96). Sum of RGB (Red+Green+Blue) = 45+7+96=148 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.41% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D0760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0760 is #D2F89F. Grayscale: #1C1C1C. Windows color (decimal): -13826208 or 6293293. OLE color: 6293293.
HSL color Cylindrical-coordinate representation of color #2D0760: hue angle of 265.62º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0760 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 7 | 96 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.62 |
| HSL | 265.62º | 0.86% | 0.2% | - |
| HSV(B) | 265.62º | 0.93% | 0.38% | - |
| XYZ | 3.27 | 1.55 | 11.19 | - |
| YUV | 28.51 | 166.09 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 96 | 0.53 | 0.93 | 0 | 0.62 | 265.62 | 0.86 | 0.2 |
| Hex | 2D | 7 | 60 | 35 | 5D | 0 | 3E | 10A | 56 | 14 |
| Octal | 55 | 7 | 140 | 65 | 135 | 0 | 76 | 412 | 126 | 24 |
| Binary | 101101 | 111 | 1100000 | 110101 | 1011101 | 0 | 111110 | 100001010 | 1010110 | 10100 |
Color Harmonies of #2D0760
Complementary color
Monochromatic Colors of #2D0760
Black with #2D0760
Text Example
Text Example
White with #2D0760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0760; }
p { color: rgb(45,7,96); }
H1.HeaderClassName
{
color: #2D0760;
}
.AnyTagClassName
{
color: #2D0760;
}
</style>
background-color css
<style>
a { background-color: #2D0760; }
a { background-color: rgb(45,7,96); }
div.DivClassName
{
background-color: #2D0760;
}
.BgClassName
{
background-color: #2D0760;
}
</style>
border-color css
<style>
span { border-color: #2D0760; }
span { border-color: rgb(45,7,96); }
td.TdClassName
{
border-color: #2D0760;
}
.TagClassName
{
border-color: #2D0760;
}
</style>