Shades of Lucky Point #28294F
Tints of Lucky Point #28294F
RGB
CMYK
RGB Variations
Color information
#28294F (or 0x28294F) is known color: Lucky Point. HEX triplet: 28, 29 and 4F. RGB value is (40,41,79). Sum of RGB (Red+Green+Blue) = 40+41+79=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #28294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28294F is #D7D6B0. Grayscale: #2C2C2C. Windows color (decimal): -14145201 or 5187880. OLE color: 5187880.
HSL color Cylindrical-coordinate representation of color #28294F: hue angle of 238.46º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28294F is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 41 | 79 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.69 |
| HSL | 238.46º | 0.33% | 0.23% | - |
| HSV(B) | 238.46º | 0.49% | 0.31% | - |
| XYZ | 3.08 | 2.6 | 7.74 | - |
| YUV | 45.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 79 | 0.49 | 0.48 | 0 | 0.69 | 238.46 | 0.33 | 0.23 |
| Hex | 28 | 29 | 4F | 31 | 30 | 0 | 45 | EE | 21 | 17 |
| Octal | 50 | 51 | 117 | 61 | 60 | 0 | 105 | 356 | 41 | 27 |
| Binary | 101000 | 101001 | 1001111 | 110001 | 110000 | 0 | 1000101 | 11101110 | 100001 | 10111 |
Color Harmonies of #28294F
Complementary color
Monochromatic Colors of #28294F
Black with #28294F
Text Example
Text Example
White with #28294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28294F; }
p { color: rgb(40,41,79); }
H1.HeaderClassName
{
color: #28294F;
}
.AnyTagClassName
{
color: #28294F;
}
</style>
background-color css
<style>
a { background-color: #28294F; }
a { background-color: rgb(40,41,79); }
div.DivClassName
{
background-color: #28294F;
}
.BgClassName
{
background-color: #28294F;
}
</style>
border-color css
<style>
span { border-color: #28294F; }
span { border-color: rgb(40,41,79); }
td.TdClassName
{
border-color: #28294F;
}
.TagClassName
{
border-color: #28294F;
}
</style>