Shades of Lucky Point #26315C
Tints of Lucky Point #26315C
RGB
CMYK
RGB Variations
Color information
#26315C (or 0x26315C) is known color: Lucky Point. HEX triplet: 26, 31 and 5C. RGB value is (38,49,92). Sum of RGB (Red+Green+Blue) = 38+49+92=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #26315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26315C is #D9CEA3. Grayscale: #323232. Windows color (decimal): -14274212 or 6041894. OLE color: 6041894.
HSL color Cylindrical-coordinate representation of color #26315C: hue angle of 227.78º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26315C is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 49 | 92 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.64 |
| HSL | 227.78º | 0.42% | 0.25% | - |
| HSV(B) | 227.78º | 0.59% | 0.36% | - |
| XYZ | 3.83 | 3.38 | 10.58 | - |
| YUV | 50.61 | 151.36 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 92 | 0.59 | 0.47 | 0 | 0.64 | 227.78 | 0.42 | 0.25 |
| Hex | 26 | 31 | 5C | 3B | 2F | 0 | 40 | E4 | 2A | 19 |
| Octal | 46 | 61 | 134 | 73 | 57 | 0 | 100 | 344 | 52 | 31 |
| Binary | 100110 | 110001 | 1011100 | 111011 | 101111 | 0 | 1000000 | 11100100 | 101010 | 11001 |
Color Harmonies of #26315C
Complementary color
Monochromatic Colors of #26315C
Black with #26315C
Text Example
Text Example
White with #26315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26315C; }
p { color: rgb(38,49,92); }
H1.HeaderClassName
{
color: #26315C;
}
.AnyTagClassName
{
color: #26315C;
}
</style>
background-color css
<style>
a { background-color: #26315C; }
a { background-color: rgb(38,49,92); }
div.DivClassName
{
background-color: #26315C;
}
.BgClassName
{
background-color: #26315C;
}
</style>
border-color css
<style>
span { border-color: #26315C; }
span { border-color: rgb(38,49,92); }
td.TdClassName
{
border-color: #26315C;
}
.TagClassName
{
border-color: #26315C;
}
</style>