Shades of Christalle #2A015B
Tints of Christalle #2A015B
RGB
CMYK
RGB Variations
Color information
#2A015B (or 0x2A015B) is known color: Christalle. HEX triplet: 2A, 01 and 5B. RGB value is (42,1,91). Sum of RGB (Red+Green+Blue) = 42+1+91=134 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.34% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A015B is #D5FEA4. Grayscale: #171717. Windows color (decimal): -14024357 or 5964074. OLE color: 5964074.
HSL color Cylindrical-coordinate representation of color #2A015B: hue angle of 267.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A015B is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 1 | 91 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.64 |
| HSL | 267.33º | 0.98% | 0.18% | - |
| HSV(B) | 267.33º | 0.99% | 0.36% | - |
| XYZ | 2.85 | 1.27 | 9.99 | - |
| YUV | 23.52 | 166.08 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 1 | 91 | 0.54 | 0.99 | 0 | 0.64 | 267.33 | 0.98 | 0.18 |
| Hex | 2A | 1 | 5B | 36 | 63 | 0 | 40 | 10B | 62 | 12 |
| Octal | 52 | 1 | 133 | 66 | 143 | 0 | 100 | 413 | 142 | 22 |
| Binary | 101010 | 1 | 1011011 | 110110 | 1100011 | 0 | 1000000 | 100001011 | 1100010 | 10010 |
Color Harmonies of #2A015B
Complementary color
Monochromatic Colors of #2A015B
Black with #2A015B
Text Example
Text Example
White with #2A015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A015B; }
p { color: rgb(42,1,91); }
H1.HeaderClassName
{
color: #2A015B;
}
.AnyTagClassName
{
color: #2A015B;
}
</style>
background-color css
<style>
a { background-color: #2A015B; }
a { background-color: rgb(42,1,91); }
div.DivClassName
{
background-color: #2A015B;
}
.BgClassName
{
background-color: #2A015B;
}
</style>
border-color css
<style>
span { border-color: #2A015B; }
span { border-color: rgb(42,1,91); }
td.TdClassName
{
border-color: #2A015B;
}
.TagClassName
{
border-color: #2A015B;
}
</style>