Shades of Lucky Point #28325D
Tints of Lucky Point #28325D
RGB
CMYK
RGB Variations
Color information
#28325D (or 0x28325D) is known color: Lucky Point. HEX triplet: 28, 32 and 5D. RGB value is (40,50,93). Sum of RGB (Red+Green+Blue) = 40+50+93=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #28325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28325D is #D7CDA2. Grayscale: #333333. Windows color (decimal): -14142883 or 6107688. OLE color: 6107688.
HSL color Cylindrical-coordinate representation of color #28325D: hue angle of 228.68º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28325D is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 50 | 93 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.64 |
| HSL | 228.68º | 0.4% | 0.26% | - |
| HSV(B) | 228.68º | 0.57% | 0.36% | - |
| XYZ | 3.99 | 3.52 | 10.83 | - |
| YUV | 51.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 93 | 0.57 | 0.46 | 0 | 0.64 | 228.68 | 0.4 | 0.26 |
| Hex | 28 | 32 | 5D | 39 | 2E | 0 | 40 | E5 | 28 | 1A |
| Octal | 50 | 62 | 135 | 71 | 56 | 0 | 100 | 345 | 50 | 32 |
| Binary | 101000 | 110010 | 1011101 | 111001 | 101110 | 0 | 1000000 | 11100101 | 101000 | 11010 |
Color Harmonies of #28325D
Complementary color
Monochromatic Colors of #28325D
Black with #28325D
Text Example
Text Example
White with #28325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28325D; }
p { color: rgb(40,50,93); }
H1.HeaderClassName
{
color: #28325D;
}
.AnyTagClassName
{
color: #28325D;
}
</style>
background-color css
<style>
a { background-color: #28325D; }
a { background-color: rgb(40,50,93); }
div.DivClassName
{
background-color: #28325D;
}
.BgClassName
{
background-color: #28325D;
}
</style>
border-color css
<style>
span { border-color: #28325D; }
span { border-color: rgb(40,50,93); }
td.TdClassName
{
border-color: #28325D;
}
.TagClassName
{
border-color: #28325D;
}
</style>