Shades of Christalle #2D065D
Tints of Christalle #2D065D
RGB
CMYK
RGB Variations
Color information
#2D065D (or 0x2D065D) is known color: Christalle. HEX triplet: 2D, 06 and 5D. RGB value is (45,6,93). Sum of RGB (Red+Green+Blue) = 45+6+93=144 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.25% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #2D065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D065D is #D2F9A2. Grayscale: #1B1B1B. Windows color (decimal): -13826467 or 6096429. OLE color: 6096429.
HSL color Cylindrical-coordinate representation of color #2D065D: hue angle of 266.9º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D065D is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 6 | 93 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.64 |
| HSL | 266.9º | 0.88% | 0.19% | - |
| HSV(B) | 266.9º | 0.94% | 0.36% | - |
| XYZ | 3.12 | 1.48 | 10.48 | - |
| YUV | 27.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 93 | 0.52 | 0.94 | 0 | 0.64 | 266.9 | 0.88 | 0.19 |
| Hex | 2D | 6 | 5D | 34 | 5E | 0 | 40 | 10B | 58 | 13 |
| Octal | 55 | 6 | 135 | 64 | 136 | 0 | 100 | 413 | 130 | 23 |
| Binary | 101101 | 110 | 1011101 | 110100 | 1011110 | 0 | 1000000 | 100001011 | 1011000 | 10011 |
Color Harmonies of #2D065D
Complementary color
Monochromatic Colors of #2D065D
Black with #2D065D
Text Example
Text Example
White with #2D065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D065D; }
p { color: rgb(45,6,93); }
H1.HeaderClassName
{
color: #2D065D;
}
.AnyTagClassName
{
color: #2D065D;
}
</style>
background-color css
<style>
a { background-color: #2D065D; }
a { background-color: rgb(45,6,93); }
div.DivClassName
{
background-color: #2D065D;
}
.BgClassName
{
background-color: #2D065D;
}
</style>
border-color css
<style>
span { border-color: #2D065D; }
span { border-color: rgb(45,6,93); }
td.TdClassName
{
border-color: #2D065D;
}
.TagClassName
{
border-color: #2D065D;
}
</style>