Shades of Christalle #2A055D
Tints of Christalle #2A055D
RGB
CMYK
RGB Variations
Color information
#2A055D (or 0x2A055D) is known color: Christalle. HEX triplet: 2A, 05 and 5D. RGB value is (42,5,93). Sum of RGB (Red+Green+Blue) = 42+5+93=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 5 (2.34% from 255 or 3.57% 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 #2A055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A055D is #D5FAA2. Grayscale: #191919. Windows color (decimal): -14023331 or 6096170. OLE color: 6096170.
HSL color Cylindrical-coordinate representation of color #2A055D: hue angle of 265.23º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A055D is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 5 | 93 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.64 |
| HSL | 265.23º | 0.9% | 0.19% | - |
| HSV(B) | 265.23º | 0.95% | 0.36% | - |
| XYZ | 2.98 | 1.39 | 10.47 | - |
| YUV | 26.1 | 165.76 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 93 | 0.55 | 0.95 | 0 | 0.64 | 265.23 | 0.9 | 0.19 |
| Hex | 2A | 5 | 5D | 37 | 5F | 0 | 40 | 109 | 5A | 13 |
| Octal | 52 | 5 | 135 | 67 | 137 | 0 | 100 | 411 | 132 | 23 |
| Binary | 101010 | 101 | 1011101 | 110111 | 1011111 | 0 | 1000000 | 100001001 | 1011010 | 10011 |
Color Harmonies of #2A055D
Complementary color
Monochromatic Colors of #2A055D
Black with #2A055D
Text Example
Text Example
White with #2A055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A055D; }
p { color: rgb(42,5,93); }
H1.HeaderClassName
{
color: #2A055D;
}
.AnyTagClassName
{
color: #2A055D;
}
</style>
background-color css
<style>
a { background-color: #2A055D; }
a { background-color: rgb(42,5,93); }
div.DivClassName
{
background-color: #2A055D;
}
.BgClassName
{
background-color: #2A055D;
}
</style>
border-color css
<style>
span { border-color: #2A055D; }
span { border-color: rgb(42,5,93); }
td.TdClassName
{
border-color: #2A055D;
}
.TagClassName
{
border-color: #2A055D;
}
</style>