Shades of Christalle #2A065A
Tints of Christalle #2A065A
RGB
CMYK
RGB Variations
Color information
#2A065A (or 0x2A065A) is known color: Christalle. HEX triplet: 2A, 06 and 5A. RGB value is (42,6,90). Sum of RGB (Red+Green+Blue) = 42+6+90=138 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.43% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #2A065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A065A is #D5F9A5. Grayscale: #1A1A1A. Windows color (decimal): -14023078 or 5899818. OLE color: 5899818.
HSL color Cylindrical-coordinate representation of color #2A065A: hue angle of 265.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A065A is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 6 | 90 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.65 |
| HSL | 265.71º | 0.88% | 0.19% | - |
| HSV(B) | 265.71º | 0.93% | 0.35% | - |
| XYZ | 2.87 | 1.36 | 9.78 | - |
| YUV | 26.34 | 163.93 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 6 | 90 | 0.53 | 0.93 | 0 | 0.65 | 265.71 | 0.88 | 0.19 |
| Hex | 2A | 6 | 5A | 35 | 5D | 0 | 41 | 10A | 58 | 13 |
| Octal | 52 | 6 | 132 | 65 | 135 | 0 | 101 | 412 | 130 | 23 |
| Binary | 101010 | 110 | 1011010 | 110101 | 1011101 | 0 | 1000001 | 100001010 | 1011000 | 10011 |
Color Harmonies of #2A065A
Complementary color
Monochromatic Colors of #2A065A
Black with #2A065A
Text Example
Text Example
White with #2A065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A065A; }
p { color: rgb(42,6,90); }
H1.HeaderClassName
{
color: #2A065A;
}
.AnyTagClassName
{
color: #2A065A;
}
</style>
background-color css
<style>
a { background-color: #2A065A; }
a { background-color: rgb(42,6,90); }
div.DivClassName
{
background-color: #2A065A;
}
.BgClassName
{
background-color: #2A065A;
}
</style>
border-color css
<style>
span { border-color: #2A065A; }
span { border-color: rgb(42,6,90); }
td.TdClassName
{
border-color: #2A065A;
}
.TagClassName
{
border-color: #2A065A;
}
</style>