Shades of Christalle #2D1A58
Tints of Christalle #2D1A58
RGB
CMYK
RGB Variations
Color information
#2D1A58 (or 0x2D1A58) is known color: Christalle. HEX triplet: 2D, 1A and 58. RGB value is (45,26,88). Sum of RGB (Red+Green+Blue) = 45+26+88=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #2D1A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1A58 is #D2E5A7. Grayscale: #262626. Windows color (decimal): -13821352 or 5773869. OLE color: 5773869.
HSL color Cylindrical-coordinate representation of color #2D1A58: hue angle of 258.39º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D1A58 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 26 | 88 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.65 |
| HSL | 258.39º | 0.54% | 0.22% | - |
| HSV(B) | 258.39º | 0.7% | 0.35% | - |
| XYZ | 3.21 | 2 | 9.45 | - |
| YUV | 38.75 | 155.79 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 88 | 0.49 | 0.70 | 0 | 0.65 | 258.39 | 0.54 | 0.22 |
| Hex | 2D | 1A | 58 | 31 | 46 | 0 | 41 | 102 | 36 | 16 |
| Octal | 55 | 32 | 130 | 61 | 106 | 0 | 101 | 402 | 66 | 26 |
| Binary | 101101 | 11010 | 1011000 | 110001 | 1000110 | 0 | 1000001 | 100000010 | 110110 | 10110 |
Color Harmonies of #2D1A58
Complementary color
Monochromatic Colors of #2D1A58
Black with #2D1A58
Text Example
Text Example
White with #2D1A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1A58; }
p { color: rgb(45,26,88); }
H1.HeaderClassName
{
color: #2D1A58;
}
.AnyTagClassName
{
color: #2D1A58;
}
</style>
background-color css
<style>
a { background-color: #2D1A58; }
a { background-color: rgb(45,26,88); }
div.DivClassName
{
background-color: #2D1A58;
}
.BgClassName
{
background-color: #2D1A58;
}
</style>
border-color css
<style>
span { border-color: #2D1A58; }
span { border-color: rgb(45,26,88); }
td.TdClassName
{
border-color: #2D1A58;
}
.TagClassName
{
border-color: #2D1A58;
}
</style>