Shades of Lucky Point #2A325B
Tints of Lucky Point #2A325B
RGB
CMYK
RGB Variations
Color information
#2A325B (or 0x2A325B) is known color: Lucky Point. HEX triplet: 2A, 32 and 5B. RGB value is (42,50,91). Sum of RGB (Red+Green+Blue) = 42+50+91=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A325B is #D5CDA4. Grayscale: #343434. Windows color (decimal): -14011813 or 5976618. OLE color: 5976618.
HSL color Cylindrical-coordinate representation of color #2A325B: hue angle of 230.2º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A325B is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 50 | 91 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.64 |
| HSL | 230.2º | 0.37% | 0.26% | - |
| HSV(B) | 230.2º | 0.54% | 0.36% | - |
| XYZ | 3.98 | 3.53 | 10.37 | - |
| YUV | 52.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 50 | 91 | 0.54 | 0.45 | 0 | 0.64 | 230.2 | 0.37 | 0.26 |
| Hex | 2A | 32 | 5B | 36 | 2D | 0 | 40 | E6 | 25 | 1A |
| Octal | 52 | 62 | 133 | 66 | 55 | 0 | 100 | 346 | 45 | 32 |
| Binary | 101010 | 110010 | 1011011 | 110110 | 101101 | 0 | 1000000 | 11100110 | 100101 | 11010 |
Color Harmonies of #2A325B
Complementary color
Monochromatic Colors of #2A325B
Black with #2A325B
Text Example
Text Example
White with #2A325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A325B; }
p { color: rgb(42,50,91); }
H1.HeaderClassName
{
color: #2A325B;
}
.AnyTagClassName
{
color: #2A325B;
}
</style>
background-color css
<style>
a { background-color: #2A325B; }
a { background-color: rgb(42,50,91); }
div.DivClassName
{
background-color: #2A325B;
}
.BgClassName
{
background-color: #2A325B;
}
</style>
border-color css
<style>
span { border-color: #2A325B; }
span { border-color: rgb(42,50,91); }
td.TdClassName
{
border-color: #2A325B;
}
.TagClassName
{
border-color: #2A325B;
}
</style>