Shades of Christalle #2D085D
Tints of Christalle #2D085D
RGB
CMYK
RGB Variations
Color information
#2D085D (or 0x2D085D) is known color: Christalle. HEX triplet: 2D, 08 and 5D. RGB value is (45,8,93). Sum of RGB (Red+Green+Blue) = 45+8+93=146 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.82% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #2D085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D085D is #D2F7A2. Grayscale: #1C1C1C. Windows color (decimal): -13825955 or 6096941. OLE color: 6096941.
HSL color Cylindrical-coordinate representation of color #2D085D: hue angle of 266.12º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D085D is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 8 | 93 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.64 |
| HSL | 266.12º | 0.84% | 0.2% | - |
| HSV(B) | 266.12º | 0.91% | 0.36% | - |
| XYZ | 3.14 | 1.52 | 10.48 | - |
| YUV | 28.75 | 164.26 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 93 | 0.52 | 0.91 | 0 | 0.64 | 266.12 | 0.84 | 0.2 |
| Hex | 2D | 8 | 5D | 34 | 5B | 0 | 40 | 10A | 54 | 14 |
| Octal | 55 | 10 | 135 | 64 | 133 | 0 | 100 | 412 | 124 | 24 |
| Binary | 101101 | 1000 | 1011101 | 110100 | 1011011 | 0 | 1000000 | 100001010 | 1010100 | 10100 |
Color Harmonies of #2D085D
Complementary color
Monochromatic Colors of #2D085D
Black with #2D085D
Text Example
Text Example
White with #2D085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D085D; }
p { color: rgb(45,8,93); }
H1.HeaderClassName
{
color: #2D085D;
}
.AnyTagClassName
{
color: #2D085D;
}
</style>
background-color css
<style>
a { background-color: #2D085D; }
a { background-color: rgb(45,8,93); }
div.DivClassName
{
background-color: #2D085D;
}
.BgClassName
{
background-color: #2D085D;
}
</style>
border-color css
<style>
span { border-color: #2D085D; }
span { border-color: rgb(45,8,93); }
td.TdClassName
{
border-color: #2D085D;
}
.TagClassName
{
border-color: #2D085D;
}
</style>