Shades of Christalle #2D015D
Tints of Christalle #2D015D
RGB
CMYK
RGB Variations
Color information
#2D015D (or 0x2D015D) is known color: Christalle. HEX triplet: 2D, 01 and 5D. RGB value is (45,1,93). Sum of RGB (Red+Green+Blue) = 45+1+93=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #2D015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D015D is #D2FEA2. Grayscale: #181818. Windows color (decimal): -13827747 or 6095149. OLE color: 6095149.
HSL color Cylindrical-coordinate representation of color #2D015D: hue angle of 268.7º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D015D is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 1 | 93 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.64 |
| HSL | 268.7º | 0.98% | 0.18% | - |
| HSV(B) | 268.7º | 0.99% | 0.36% | - |
| XYZ | 3.07 | 1.37 | 10.46 | - |
| YUV | 24.64 | 166.58 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 93 | 0.52 | 0.99 | 0 | 0.64 | 268.7 | 0.98 | 0.18 |
| Hex | 2D | 1 | 5D | 34 | 63 | 0 | 40 | 10D | 62 | 12 |
| Octal | 55 | 1 | 135 | 64 | 143 | 0 | 100 | 415 | 142 | 22 |
| Binary | 101101 | 1 | 1011101 | 110100 | 1100011 | 0 | 1000000 | 100001101 | 1100010 | 10010 |
Color Harmonies of #2D015D
Complementary color
Monochromatic Colors of #2D015D
Black with #2D015D
Text Example
Text Example
White with #2D015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D015D; }
p { color: rgb(45,1,93); }
H1.HeaderClassName
{
color: #2D015D;
}
.AnyTagClassName
{
color: #2D015D;
}
</style>
background-color css
<style>
a { background-color: #2D015D; }
a { background-color: rgb(45,1,93); }
div.DivClassName
{
background-color: #2D015D;
}
.BgClassName
{
background-color: #2D015D;
}
</style>
border-color css
<style>
span { border-color: #2D015D; }
span { border-color: rgb(45,1,93); }
td.TdClassName
{
border-color: #2D015D;
}
.TagClassName
{
border-color: #2D015D;
}
</style>