Shades of Christalle #2A065F
Tints of Christalle #2A065F
RGB
CMYK
RGB Variations
Color information
#2A065F (or 0x2A065F) is known color: Christalle. HEX triplet: 2A, 06 and 5F. RGB value is (42,6,95). Sum of RGB (Red+Green+Blue) = 42+6+95=143 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.37% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 95 (37.5% from 255 or 66.43% from 143); Max value from RGB is 95 - color contains mainly: blue. Hex color #2A065F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A065F is #D5F9A0. Grayscale: #1A1A1A. Windows color (decimal): -14023073 or 6227498. OLE color: 6227498.
HSL color Cylindrical-coordinate representation of color #2A065F: hue angle of 264.27º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A065F is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 42 | 6 | 95 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.63 |
| HSL | 264.27º | 0.88% | 0.2% | - |
| HSV(B) | 264.27º | 0.94% | 0.37% | - |
| XYZ | 3.09 | 1.45 | 10.94 | - |
| YUV | 26.91 | 166.43 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 95 | 0.56 | 0.94 | 0 | 0.63 | 264.27 | 0.88 | 0.2 |
| Hex | 2A | 6 | 5F | 38 | 5E | 0 | 3F | 108 | 58 | 14 |
| Octal | 52 | 6 | 137 | 70 | 136 | 0 | 77 | 410 | 130 | 24 |
| Binary | 101010 | 110 | 1011111 | 111000 | 1011110 | 0 | 111111 | 100001000 | 1011000 | 10100 |
Color Harmonies of #2A065F
Complementary color
Monochromatic Colors of #2A065F
Black with #2A065F
Text Example
Text Example
White with #2A065F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A065F; }
p { color: rgb(42,6,95); }
H1.HeaderClassName
{
color: #2A065F;
}
.AnyTagClassName
{
color: #2A065F;
}
</style>
background-color css
<style>
a { background-color: #2A065F; }
a { background-color: rgb(42,6,95); }
div.DivClassName
{
background-color: #2A065F;
}
.BgClassName
{
background-color: #2A065F;
}
</style>
border-color css
<style>
span { border-color: #2A065F; }
span { border-color: rgb(42,6,95); }
td.TdClassName
{
border-color: #2A065F;
}
.TagClassName
{
border-color: #2A065F;
}
</style>