Shades of Christalle #2D055A
Tints of Christalle #2D055A
RGB
CMYK
RGB Variations
Color information
#2D055A (or 0x2D055A) is known color: Christalle. HEX triplet: 2D, 05 and 5A. RGB value is (45,5,90). Sum of RGB (Red+Green+Blue) = 45+5+90=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 90 (35.55% from 255 or 64.29% from 140); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D055A is #D2FAA5. Grayscale: #1A1A1A. Windows color (decimal): -13826726 or 5899565. OLE color: 5899565.
HSL color Cylindrical-coordinate representation of color #2D055A: hue angle of 268.24º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D055A is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 5 | 90 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.65 |
| HSL | 268.24º | 0.89% | 0.19% | - |
| HSV(B) | 268.24º | 0.94% | 0.35% | - |
| XYZ | 2.98 | 1.4 | 9.79 | - |
| YUV | 26.65 | 163.75 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 5 | 90 | 0.50 | 0.94 | 0 | 0.65 | 268.24 | 0.89 | 0.19 |
| Hex | 2D | 5 | 5A | 32 | 5E | 0 | 41 | 10C | 59 | 13 |
| Octal | 55 | 5 | 132 | 62 | 136 | 0 | 101 | 414 | 131 | 23 |
| Binary | 101101 | 101 | 1011010 | 110010 | 1011110 | 0 | 1000001 | 100001100 | 1011001 | 10011 |
Color Harmonies of #2D055A
Complementary color
Monochromatic Colors of #2D055A
Black with #2D055A
Text Example
Text Example
White with #2D055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D055A; }
p { color: rgb(45,5,90); }
H1.HeaderClassName
{
color: #2D055A;
}
.AnyTagClassName
{
color: #2D055A;
}
</style>
background-color css
<style>
a { background-color: #2D055A; }
a { background-color: rgb(45,5,90); }
div.DivClassName
{
background-color: #2D055A;
}
.BgClassName
{
background-color: #2D055A;
}
</style>
border-color css
<style>
span { border-color: #2D055A; }
span { border-color: rgb(45,5,90); }
td.TdClassName
{
border-color: #2D055A;
}
.TagClassName
{
border-color: #2D055A;
}
</style>