Shades of Christalle #2A065D
Tints of Christalle #2A065D
RGB
CMYK
RGB Variations
Color information
#2A065D (or 0x2A065D) is known color: Christalle. HEX triplet: 2A, 06 and 5D. RGB value is (42,6,93). Sum of RGB (Red+Green+Blue) = 42+6+93=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A065D is #D5F9A2. Grayscale: #1A1A1A. Windows color (decimal): -14023075 or 6096426. OLE color: 6096426.
HSL color Cylindrical-coordinate representation of color #2A065D: hue angle of 264.83º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A065D is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 6 | 93 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.64 |
| HSL | 264.83º | 0.88% | 0.19% | - |
| HSV(B) | 264.83º | 0.94% | 0.36% | - |
| XYZ | 3 | 1.41 | 10.47 | - |
| YUV | 26.68 | 165.43 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 93 | 0.55 | 0.94 | 0 | 0.64 | 264.83 | 0.88 | 0.19 |
| Hex | 2A | 6 | 5D | 37 | 5E | 0 | 40 | 109 | 58 | 13 |
| Octal | 52 | 6 | 135 | 67 | 136 | 0 | 100 | 411 | 130 | 23 |
| Binary | 101010 | 110 | 1011101 | 110111 | 1011110 | 0 | 1000000 | 100001001 | 1011000 | 10011 |
Color Harmonies of #2A065D
Complementary color
Monochromatic Colors of #2A065D
Black with #2A065D
Text Example
Text Example
White with #2A065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A065D; }
p { color: rgb(42,6,93); }
H1.HeaderClassName
{
color: #2A065D;
}
.AnyTagClassName
{
color: #2A065D;
}
</style>
background-color css
<style>
a { background-color: #2A065D; }
a { background-color: rgb(42,6,93); }
div.DivClassName
{
background-color: #2A065D;
}
.BgClassName
{
background-color: #2A065D;
}
</style>
border-color css
<style>
span { border-color: #2A065D; }
span { border-color: rgb(42,6,93); }
td.TdClassName
{
border-color: #2A065D;
}
.TagClassName
{
border-color: #2A065D;
}
</style>