Shades of Christalle #2A025D
Tints of Christalle #2A025D
RGB
CMYK
RGB Variations
Color information
#2A025D (or 0x2A025D) is known color: Christalle. HEX triplet: 2A, 02 and 5D. RGB value is (42,2,93). Sum of RGB (Red+Green+Blue) = 42+2+93=137 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.66% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A025D is #D5FDA2. Grayscale: #181818. Windows color (decimal): -14024099 or 6095402. OLE color: 6095402.
HSL color Cylindrical-coordinate representation of color #2A025D: hue angle of 266.37º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A025D is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 2 | 93 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.64 |
| HSL | 266.37º | 0.96% | 0.19% | - |
| HSV(B) | 266.37º | 0.98% | 0.36% | - |
| XYZ | 2.95 | 1.33 | 10.46 | - |
| YUV | 24.33 | 166.75 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 93 | 0.55 | 0.98 | 0 | 0.64 | 266.37 | 0.96 | 0.19 |
| Hex | 2A | 2 | 5D | 37 | 62 | 0 | 40 | 10A | 60 | 13 |
| Octal | 52 | 2 | 135 | 67 | 142 | 0 | 100 | 412 | 140 | 23 |
| Binary | 101010 | 10 | 1011101 | 110111 | 1100010 | 0 | 1000000 | 100001010 | 1100000 | 10011 |
Color Harmonies of #2A025D
Complementary color
Monochromatic Colors of #2A025D
Black with #2A025D
Text Example
Text Example
White with #2A025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A025D; }
p { color: rgb(42,2,93); }
H1.HeaderClassName
{
color: #2A025D;
}
.AnyTagClassName
{
color: #2A025D;
}
</style>
background-color css
<style>
a { background-color: #2A025D; }
a { background-color: rgb(42,2,93); }
div.DivClassName
{
background-color: #2A025D;
}
.BgClassName
{
background-color: #2A025D;
}
</style>
border-color css
<style>
span { border-color: #2A025D; }
span { border-color: rgb(42,2,93); }
td.TdClassName
{
border-color: #2A025D;
}
.TagClassName
{
border-color: #2A025D;
}
</style>