Shades of Christalle #2D095B
Tints of Christalle #2D095B
RGB
CMYK
RGB Variations
Color information
#2D095B (or 0x2D095B) is known color: Christalle. HEX triplet: 2D, 09 and 5B. RGB value is (45,9,91). Sum of RGB (Red+Green+Blue) = 45+9+91=145 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.03% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D095B is #D2F6A4. Grayscale: #1C1C1C. Windows color (decimal): -13825701 or 5966125. OLE color: 5966125.
HSL color Cylindrical-coordinate representation of color #2D095B: hue angle of 266.34º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D095B is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 9 | 91 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.64 |
| HSL | 266.34º | 0.82% | 0.2% | - |
| HSV(B) | 266.34º | 0.9% | 0.36% | - |
| XYZ | 3.07 | 1.51 | 10.03 | - |
| YUV | 29.11 | 162.93 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 91 | 0.51 | 0.90 | 0 | 0.64 | 266.34 | 0.82 | 0.2 |
| Hex | 2D | 9 | 5B | 33 | 5A | 0 | 40 | 10A | 52 | 14 |
| Octal | 55 | 11 | 133 | 63 | 132 | 0 | 100 | 412 | 122 | 24 |
| Binary | 101101 | 1001 | 1011011 | 110011 | 1011010 | 0 | 1000000 | 100001010 | 1010010 | 10100 |
Color Harmonies of #2D095B
Complementary color
Monochromatic Colors of #2D095B
Black with #2D095B
Text Example
Text Example
White with #2D095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D095B; }
p { color: rgb(45,9,91); }
H1.HeaderClassName
{
color: #2D095B;
}
.AnyTagClassName
{
color: #2D095B;
}
</style>
background-color css
<style>
a { background-color: #2D095B; }
a { background-color: rgb(45,9,91); }
div.DivClassName
{
background-color: #2D095B;
}
.BgClassName
{
background-color: #2D095B;
}
</style>
border-color css
<style>
span { border-color: #2D095B; }
span { border-color: rgb(45,9,91); }
td.TdClassName
{
border-color: #2D095B;
}
.TagClassName
{
border-color: #2D095B;
}
</style>