Shades of Lucky Point #28295F
Tints of Lucky Point #28295F
RGB
CMYK
RGB Variations
Color information
#28295F (or 0x28295F) is known color: Lucky Point. HEX triplet: 28, 29 and 5F. RGB value is (40,41,95). Sum of RGB (Red+Green+Blue) = 40+41+95=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #28295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28295F is #D7D6A0. Grayscale: #2E2E2E. Windows color (decimal): -14145185 or 6236456. OLE color: 6236456.
HSL color Cylindrical-coordinate representation of color #28295F: hue angle of 238.91º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28295F is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 41 | 95 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.63 |
| HSL | 238.91º | 0.41% | 0.26% | - |
| HSV(B) | 238.91º | 0.58% | 0.37% | - |
| XYZ | 3.73 | 2.86 | 11.18 | - |
| YUV | 46.86 | 155.17 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 95 | 0.58 | 0.57 | 0 | 0.63 | 238.91 | 0.41 | 0.26 |
| Hex | 28 | 29 | 5F | 3A | 39 | 0 | 3F | EF | 29 | 1A |
| Octal | 50 | 51 | 137 | 72 | 71 | 0 | 77 | 357 | 51 | 32 |
| Binary | 101000 | 101001 | 1011111 | 111010 | 111001 | 0 | 111111 | 11101111 | 101001 | 11010 |
Color Harmonies of #28295F
Complementary color
Monochromatic Colors of #28295F
Black with #28295F
Text Example
Text Example
White with #28295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28295F; }
p { color: rgb(40,41,95); }
H1.HeaderClassName
{
color: #28295F;
}
.AnyTagClassName
{
color: #28295F;
}
</style>
background-color css
<style>
a { background-color: #28295F; }
a { background-color: rgb(40,41,95); }
div.DivClassName
{
background-color: #28295F;
}
.BgClassName
{
background-color: #28295F;
}
</style>
border-color css
<style>
span { border-color: #28295F; }
span { border-color: rgb(40,41,95); }
td.TdClassName
{
border-color: #28295F;
}
.TagClassName
{
border-color: #28295F;
}
</style>