Shades of Lucky Point #27315C
Tints of Lucky Point #27315C
RGB
CMYK
RGB Variations
Color information
#27315C (or 0x27315C) is known color: Lucky Point. HEX triplet: 27, 31 and 5C. RGB value is (39,49,92). Sum of RGB (Red+Green+Blue) = 39+49+92=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #27315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27315C is #D8CEA3. Grayscale: #323232. Windows color (decimal): -14208676 or 6041895. OLE color: 6041895.
HSL color Cylindrical-coordinate representation of color #27315C: 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.58%. Process color model (Four color, CMYK) of #27315C is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 49 | 92 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.64 |
| HSL | 228.68º | 0.4% | 0.26% | - |
| HSV(B) | 228.68º | 0.58% | 0.36% | - |
| XYZ | 3.87 | 3.4 | 10.58 | - |
| YUV | 50.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 92 | 0.58 | 0.47 | 0 | 0.64 | 228.68 | 0.4 | 0.26 |
| Hex | 27 | 31 | 5C | 3A | 2F | 0 | 40 | E5 | 28 | 1A |
| Octal | 47 | 61 | 134 | 72 | 57 | 0 | 100 | 345 | 50 | 32 |
| Binary | 100111 | 110001 | 1011100 | 111010 | 101111 | 0 | 1000000 | 11100101 | 101000 | 11010 |
Color Harmonies of #27315C
Complementary color
Monochromatic Colors of #27315C
Black with #27315C
Text Example
Text Example
White with #27315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27315C; }
p { color: rgb(39,49,92); }
H1.HeaderClassName
{
color: #27315C;
}
.AnyTagClassName
{
color: #27315C;
}
</style>
background-color css
<style>
a { background-color: #27315C; }
a { background-color: rgb(39,49,92); }
div.DivClassName
{
background-color: #27315C;
}
.BgClassName
{
background-color: #27315C;
}
</style>
border-color css
<style>
span { border-color: #27315C; }
span { border-color: rgb(39,49,92); }
td.TdClassName
{
border-color: #27315C;
}
.TagClassName
{
border-color: #27315C;
}
</style>