#27294F

Color #27294F Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #27294F

Tints of Lucky Point #27294F

Color information

#27294F (or 0x27294F) is unknown color: approx Lucky Point. HEX triplet: 27, 29 and 4F. RGB value is (39,41,79). Sum of RGB (Red+Green+Blue) = 39+41+79=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #27294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27294F is #D8D6B0. Grayscale: #2C2C2C. Windows color (decimal): -14210737 or 5187879. OLE color: 5187879.

HSL color Cylindrical-coordinate representation of color #27294F: hue angle of 237º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27294F is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB394179-
CMYK0.510.4800.69
HSL237º33.9%23.14%-
HSV(B)237º50.63%30.98%-
XYZ3.042.587.74-
YUV44.73147.34123.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 24.53%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 79 (31.25% from 255) = 49.69%
R=24.53%
G=25.79%
B=49.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3941790.510.4800.6923733.923.14
Hex27294F3330045ed2217
Octal4751117636001053554227
Binary1001111010011001111110011110000010001011110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27294F; }

 p { color: rgb(39,41,79); }

 H1.HeaderClassName
 {
   color: #27294F;
 }
 .AnyTagClassName
 {
   color: #27294F;
 }
</style>
background-color css

<style>
 a { background-color: #27294F; }

 a { background-color: rgb(39,41,79); }

 div.DivClassName
 {
   background-color: #27294F;
 }
 .BgClassName
 {
   background-color: #27294F;
 }
</style>
border-color css

<style>
 span { border-color: #27294F; }

 span { border-color: rgb(39,41,79); }

 td.TdClassName
 {
   border-color: #27294F;
 }
 .TagClassName
 {
   border-color: #27294F;
 }
</style>