Shades of Christalle #2D025D
Tints of Christalle #2D025D
RGB
CMYK
RGB Variations
Color information
#2D025D (or 0x2D025D) is known color: Christalle. HEX triplet: 2D, 02 and 5D. RGB value is (45,2,93). Sum of RGB (Red+Green+Blue) = 45+2+93=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 93 (36.72% from 255 or 66.43% from 140); Max value from RGB is 93 - color contains mainly: blue. Hex color #2D025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D025D is #D2FDA2. Grayscale: #181818. Windows color (decimal): -13827491 or 6095405. OLE color: 6095405.
HSL color Cylindrical-coordinate representation of color #2D025D: hue angle of 268.35º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2D025D is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 2 | 93 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.64 |
| HSL | 268.35º | 0.96% | 0.19% | - |
| HSV(B) | 268.35º | 0.98% | 0.36% | - |
| XYZ | 3.08 | 1.39 | 10.46 | - |
| YUV | 25.23 | 166.25 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 2 | 93 | 0.52 | 0.98 | 0 | 0.64 | 268.35 | 0.96 | 0.19 |
| Hex | 2D | 2 | 5D | 34 | 62 | 0 | 40 | 10C | 60 | 13 |
| Octal | 55 | 2 | 135 | 64 | 142 | 0 | 100 | 414 | 140 | 23 |
| Binary | 101101 | 10 | 1011101 | 110100 | 1100010 | 0 | 1000000 | 100001100 | 1100000 | 10011 |
Color Harmonies of #2D025D
Complementary color
Monochromatic Colors of #2D025D
Black with #2D025D
Text Example
Text Example
White with #2D025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D025D; }
p { color: rgb(45,2,93); }
H1.HeaderClassName
{
color: #2D025D;
}
.AnyTagClassName
{
color: #2D025D;
}
</style>
background-color css
<style>
a { background-color: #2D025D; }
a { background-color: rgb(45,2,93); }
div.DivClassName
{
background-color: #2D025D;
}
.BgClassName
{
background-color: #2D025D;
}
</style>
border-color css
<style>
span { border-color: #2D025D; }
span { border-color: rgb(45,2,93); }
td.TdClassName
{
border-color: #2D025D;
}
.TagClassName
{
border-color: #2D025D;
}
</style>