Shades of Christalle #2A0F5D
Tints of Christalle #2A0F5D
RGB
CMYK
RGB Variations
Color information
#2A0F5D (or 0x2A0F5D) is known color: Christalle. HEX triplet: 2A, 0F and 5D. RGB value is (42,15,93). Sum of RGB (Red+Green+Blue) = 42+15+93=150 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A0F5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0F5D is #D5F0A2. Grayscale: #1F1F1F. Windows color (decimal): -14020771 or 6098730. OLE color: 6098730.
HSL color Cylindrical-coordinate representation of color #2A0F5D: hue angle of 260.77º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A0F5D is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 15 | 93 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.64 |
| HSL | 260.77º | 0.72% | 0.21% | - |
| HSV(B) | 260.77º | 0.84% | 0.36% | - |
| XYZ | 3.1 | 1.62 | 10.51 | - |
| YUV | 31.97 | 162.45 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 15 | 93 | 0.55 | 0.84 | 0 | 0.64 | 260.77 | 0.72 | 0.21 |
| Hex | 2A | F | 5D | 37 | 54 | 0 | 40 | 105 | 48 | 15 |
| Octal | 52 | 17 | 135 | 67 | 124 | 0 | 100 | 405 | 110 | 25 |
| Binary | 101010 | 1111 | 1011101 | 110111 | 1010100 | 0 | 1000000 | 100000101 | 1001000 | 10101 |
Color Harmonies of #2A0F5D
Complementary color
Monochromatic Colors of #2A0F5D
Black with #2A0F5D
Text Example
Text Example
White with #2A0F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0F5D; }
p { color: rgb(42,15,93); }
H1.HeaderClassName
{
color: #2A0F5D;
}
.AnyTagClassName
{
color: #2A0F5D;
}
</style>
background-color css
<style>
a { background-color: #2A0F5D; }
a { background-color: rgb(42,15,93); }
div.DivClassName
{
background-color: #2A0F5D;
}
.BgClassName
{
background-color: #2A0F5D;
}
</style>
border-color css
<style>
span { border-color: #2A0F5D; }
span { border-color: rgb(42,15,93); }
td.TdClassName
{
border-color: #2A0F5D;
}
.TagClassName
{
border-color: #2A0F5D;
}
</style>