Shades of Lucky Point #282958
Tints of Lucky Point #282958
RGB
CMYK
RGB Variations
Color information
#282958 (or 0x282958) is known color: Lucky Point. HEX triplet: 28, 29 and 58. RGB value is (40,41,88). Sum of RGB (Red+Green+Blue) = 40+41+88=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #282958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282958 is #D7D6A7. Grayscale: #2D2D2D. Windows color (decimal): -14145192 or 5777704. OLE color: 5777704.
HSL color Cylindrical-coordinate representation of color #282958: hue angle of 238.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #282958 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 41 | 88 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.65 |
| HSL | 238.75º | 0.38% | 0.25% | - |
| HSV(B) | 238.75º | 0.55% | 0.35% | - |
| XYZ | 3.43 | 2.74 | 9.58 | - |
| YUV | 46.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 88 | 0.55 | 0.53 | 0 | 0.65 | 238.75 | 0.38 | 0.25 |
| Hex | 28 | 29 | 58 | 37 | 35 | 0 | 41 | EF | 26 | 19 |
| Octal | 50 | 51 | 130 | 67 | 65 | 0 | 101 | 357 | 46 | 31 |
| Binary | 101000 | 101001 | 1011000 | 110111 | 110101 | 0 | 1000001 | 11101111 | 100110 | 11001 |
Color Harmonies of #282958
Complementary color
Monochromatic Colors of #282958
Black with #282958
Text Example
Text Example
White with #282958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282958; }
p { color: rgb(40,41,88); }
H1.HeaderClassName
{
color: #282958;
}
.AnyTagClassName
{
color: #282958;
}
</style>
background-color css
<style>
a { background-color: #282958; }
a { background-color: rgb(40,41,88); }
div.DivClassName
{
background-color: #282958;
}
.BgClassName
{
background-color: #282958;
}
</style>
border-color css
<style>
span { border-color: #282958; }
span { border-color: rgb(40,41,88); }
td.TdClassName
{
border-color: #282958;
}
.TagClassName
{
border-color: #282958;
}
</style>