Shades of Christalle #2D135A
Tints of Christalle #2D135A
RGB
CMYK
RGB Variations
Color information
#2D135A (or 0x2D135A) is known color: Christalle. HEX triplet: 2D, 13 and 5A. RGB value is (45,19,90). Sum of RGB (Red+Green+Blue) = 45+19+90=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D135A is #D2ECA5. Grayscale: #222222. Windows color (decimal): -13823142 or 5903149. OLE color: 5903149.
HSL color Cylindrical-coordinate representation of color #2D135A: hue angle of 261.97º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D135A is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 19 | 90 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.65 |
| HSL | 261.97º | 0.65% | 0.21% | - |
| HSV(B) | 261.97º | 0.79% | 0.35% | - |
| XYZ | 3.16 | 1.76 | 9.85 | - |
| YUV | 34.87 | 159.11 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 90 | 0.50 | 0.79 | 0 | 0.65 | 261.97 | 0.65 | 0.21 |
| Hex | 2D | 13 | 5A | 32 | 4F | 0 | 41 | 106 | 41 | 15 |
| Octal | 55 | 23 | 132 | 62 | 117 | 0 | 101 | 406 | 101 | 25 |
| Binary | 101101 | 10011 | 1011010 | 110010 | 1001111 | 0 | 1000001 | 100000110 | 1000001 | 10101 |
Color Harmonies of #2D135A
Complementary color
Monochromatic Colors of #2D135A
Black with #2D135A
Text Example
Text Example
White with #2D135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D135A; }
p { color: rgb(45,19,90); }
H1.HeaderClassName
{
color: #2D135A;
}
.AnyTagClassName
{
color: #2D135A;
}
</style>
background-color css
<style>
a { background-color: #2D135A; }
a { background-color: rgb(45,19,90); }
div.DivClassName
{
background-color: #2D135A;
}
.BgClassName
{
background-color: #2D135A;
}
</style>
border-color css
<style>
span { border-color: #2D135A; }
span { border-color: rgb(45,19,90); }
td.TdClassName
{
border-color: #2D135A;
}
.TagClassName
{
border-color: #2D135A;
}
</style>