Shades of Lucky Point #28315B
Tints of Lucky Point #28315B
RGB
CMYK
RGB Variations
Color information
#28315B (or 0x28315B) is known color: Lucky Point. HEX triplet: 28, 31 and 5B. RGB value is (40,49,91). Sum of RGB (Red+Green+Blue) = 40+49+91=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #28315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28315B is #D7CEA4. Grayscale: #323232. Windows color (decimal): -14143141 or 5976360. OLE color: 5976360.
HSL color Cylindrical-coordinate representation of color #28315B: hue angle of 229.41º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28315B is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 49 | 91 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.64 |
| HSL | 229.41º | 0.39% | 0.26% | - |
| HSV(B) | 229.41º | 0.56% | 0.36% | - |
| XYZ | 3.86 | 3.4 | 10.35 | - |
| YUV | 51.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 91 | 0.56 | 0.46 | 0 | 0.64 | 229.41 | 0.39 | 0.26 |
| Hex | 28 | 31 | 5B | 38 | 2E | 0 | 40 | E5 | 27 | 1A |
| Octal | 50 | 61 | 133 | 70 | 56 | 0 | 100 | 345 | 47 | 32 |
| Binary | 101000 | 110001 | 1011011 | 111000 | 101110 | 0 | 1000000 | 11100101 | 100111 | 11010 |
Color Harmonies of #28315B
Complementary color
Monochromatic Colors of #28315B
Black with #28315B
Text Example
Text Example
White with #28315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28315B; }
p { color: rgb(40,49,91); }
H1.HeaderClassName
{
color: #28315B;
}
.AnyTagClassName
{
color: #28315B;
}
</style>
background-color css
<style>
a { background-color: #28315B; }
a { background-color: rgb(40,49,91); }
div.DivClassName
{
background-color: #28315B;
}
.BgClassName
{
background-color: #28315B;
}
</style>
border-color css
<style>
span { border-color: #28315B; }
span { border-color: rgb(40,49,91); }
td.TdClassName
{
border-color: #28315B;
}
.TagClassName
{
border-color: #28315B;
}
</style>