Shades of Lucky Point #27315B
Tints of Lucky Point #27315B
RGB
CMYK
RGB Variations
Color information
#27315B (or 0x27315B) is known color: Lucky Point. HEX triplet: 27, 31 and 5B. RGB value is (39,49,91). Sum of RGB (Red+Green+Blue) = 39+49+91=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #27315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27315B is #D8CEA4. Grayscale: #323232. Windows color (decimal): -14208677 or 5976359. OLE color: 5976359.
HSL color Cylindrical-coordinate representation of color #27315B: hue angle of 228.46º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27315B is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 49 | 91 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.64 |
| HSL | 228.46º | 0.4% | 0.25% | - |
| HSV(B) | 228.46º | 0.57% | 0.36% | - |
| XYZ | 3.82 | 3.38 | 10.35 | - |
| YUV | 50.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 91 | 0.57 | 0.46 | 0 | 0.64 | 228.46 | 0.4 | 0.25 |
| Hex | 27 | 31 | 5B | 39 | 2E | 0 | 40 | E4 | 28 | 19 |
| Octal | 47 | 61 | 133 | 71 | 56 | 0 | 100 | 344 | 50 | 31 |
| Binary | 100111 | 110001 | 1011011 | 111001 | 101110 | 0 | 1000000 | 11100100 | 101000 | 11001 |
Color Harmonies of #27315B
Complementary color
Monochromatic Colors of #27315B
Black with #27315B
Text Example
Text Example
White with #27315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27315B; }
p { color: rgb(39,49,91); }
H1.HeaderClassName
{
color: #27315B;
}
.AnyTagClassName
{
color: #27315B;
}
</style>
background-color css
<style>
a { background-color: #27315B; }
a { background-color: rgb(39,49,91); }
div.DivClassName
{
background-color: #27315B;
}
.BgClassName
{
background-color: #27315B;
}
</style>
border-color css
<style>
span { border-color: #27315B; }
span { border-color: rgb(39,49,91); }
td.TdClassName
{
border-color: #27315B;
}
.TagClassName
{
border-color: #27315B;
}
</style>