Shades of Christalle #2D065F
Tints of Christalle #2D065F
RGB
CMYK
RGB Variations
Color information
#2D065F (or 0x2D065F) is known color: Christalle. HEX triplet: 2D, 06 and 5F. RGB value is (45,6,95). Sum of RGB (Red+Green+Blue) = 45+6+95=146 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.82% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 95 (37.5% from 255 or 65.07% from 146); Max value from RGB is 95 - color contains mainly: blue. Hex color #2D065F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D065F is #D2F9A0. Grayscale: #1B1B1B. Windows color (decimal): -13826465 or 6227501. OLE color: 6227501.
HSL color Cylindrical-coordinate representation of color #2D065F: hue angle of 266.29º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D065F is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 6 | 95 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.63 |
| HSL | 266.29º | 0.88% | 0.2% | - |
| HSV(B) | 266.29º | 0.94% | 0.37% | - |
| XYZ | 3.21 | 1.51 | 10.95 | - |
| YUV | 27.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 95 | 0.53 | 0.94 | 0 | 0.63 | 266.29 | 0.88 | 0.2 |
| Hex | 2D | 6 | 5F | 35 | 5E | 0 | 3F | 10A | 58 | 14 |
| Octal | 55 | 6 | 137 | 65 | 136 | 0 | 77 | 412 | 130 | 24 |
| Binary | 101101 | 110 | 1011111 | 110101 | 1011110 | 0 | 111111 | 100001010 | 1011000 | 10100 |
Color Harmonies of #2D065F
Complementary color
Monochromatic Colors of #2D065F
Black with #2D065F
Text Example
Text Example
White with #2D065F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D065F; }
p { color: rgb(45,6,95); }
H1.HeaderClassName
{
color: #2D065F;
}
.AnyTagClassName
{
color: #2D065F;
}
</style>
background-color css
<style>
a { background-color: #2D065F; }
a { background-color: rgb(45,6,95); }
div.DivClassName
{
background-color: #2D065F;
}
.BgClassName
{
background-color: #2D065F;
}
</style>
border-color css
<style>
span { border-color: #2D065F; }
span { border-color: rgb(45,6,95); }
td.TdClassName
{
border-color: #2D065F;
}
.TagClassName
{
border-color: #2D065F;
}
</style>