Shades of Christalle #2D065B
Tints of Christalle #2D065B
RGB
CMYK
RGB Variations
Color information
#2D065B (or 0x2D065B) is known color: Christalle. HEX triplet: 2D, 06 and 5B. RGB value is (45,6,91). Sum of RGB (Red+Green+Blue) = 45+6+91=142 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.69% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 91 (35.94% from 255 or 64.08% from 142); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D065B is #D2F9A4. Grayscale: #1B1B1B. Windows color (decimal): -13826469 or 5965357. OLE color: 5965357.
HSL color Cylindrical-coordinate representation of color #2D065B: hue angle of 267.53º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D065B is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 6 | 91 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.64 |
| HSL | 267.53º | 0.88% | 0.19% | - |
| HSV(B) | 267.53º | 0.93% | 0.36% | - |
| XYZ | 3.04 | 1.44 | 10.02 | - |
| YUV | 27.35 | 163.92 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 91 | 0.51 | 0.93 | 0 | 0.64 | 267.53 | 0.88 | 0.19 |
| Hex | 2D | 6 | 5B | 33 | 5D | 0 | 40 | 10C | 58 | 13 |
| Octal | 55 | 6 | 133 | 63 | 135 | 0 | 100 | 414 | 130 | 23 |
| Binary | 101101 | 110 | 1011011 | 110011 | 1011101 | 0 | 1000000 | 100001100 | 1011000 | 10011 |
Color Harmonies of #2D065B
Complementary color
Monochromatic Colors of #2D065B
Black with #2D065B
Text Example
Text Example
White with #2D065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D065B; }
p { color: rgb(45,6,91); }
H1.HeaderClassName
{
color: #2D065B;
}
.AnyTagClassName
{
color: #2D065B;
}
</style>
background-color css
<style>
a { background-color: #2D065B; }
a { background-color: rgb(45,6,91); }
div.DivClassName
{
background-color: #2D065B;
}
.BgClassName
{
background-color: #2D065B;
}
</style>
border-color css
<style>
span { border-color: #2D065B; }
span { border-color: rgb(45,6,91); }
td.TdClassName
{
border-color: #2D065B;
}
.TagClassName
{
border-color: #2D065B;
}
</style>