Shades of Lucky Point #27295D
Tints of Lucky Point #27295D
RGB
CMYK
RGB Variations
Color information
#27295D (or 0x27295D) is known color: Lucky Point. HEX triplet: 27, 29 and 5D. RGB value is (39,41,93). Sum of RGB (Red+Green+Blue) = 39+41+93=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #27295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27295D is #D8D6A2. Grayscale: #2E2E2E. Windows color (decimal): -14210723 or 6105383. OLE color: 6105383.
HSL color Cylindrical-coordinate representation of color #27295D: hue angle of 237.78º degrees, saturation: 0.41, 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 #27295D is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 41 | 93 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.64 |
| HSL | 237.78º | 0.41% | 0.26% | - |
| HSV(B) | 237.78º | 0.58% | 0.36% | - |
| XYZ | 3.61 | 2.81 | 10.71 | - |
| YUV | 46.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 41 | 93 | 0.58 | 0.56 | 0 | 0.64 | 237.78 | 0.41 | 0.26 |
| Hex | 27 | 29 | 5D | 3A | 38 | 0 | 40 | EE | 29 | 1A |
| Octal | 47 | 51 | 135 | 72 | 70 | 0 | 100 | 356 | 51 | 32 |
| Binary | 100111 | 101001 | 1011101 | 111010 | 111000 | 0 | 1000000 | 11101110 | 101001 | 11010 |
Color Harmonies of #27295D
Complementary color
Monochromatic Colors of #27295D
Black with #27295D
Text Example
Text Example
White with #27295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27295D; }
p { color: rgb(39,41,93); }
H1.HeaderClassName
{
color: #27295D;
}
.AnyTagClassName
{
color: #27295D;
}
</style>
background-color css
<style>
a { background-color: #27295D; }
a { background-color: rgb(39,41,93); }
div.DivClassName
{
background-color: #27295D;
}
.BgClassName
{
background-color: #27295D;
}
</style>
border-color css
<style>
span { border-color: #27295D; }
span { border-color: rgb(39,41,93); }
td.TdClassName
{
border-color: #27295D;
}
.TagClassName
{
border-color: #27295D;
}
</style>