#27295A

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

Shades of Lucky Point #27295A

Tints of Lucky Point #27295A

Color information

#27295A (or 0x27295A) is unknown color: approx Lucky Point. HEX triplet: 27, 29 and 5A. RGB value is (39,41,90). Sum of RGB (Red+Green+Blue) = 39+41+90=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #27295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27295A is #D8D6A5. Grayscale: #2D2D2D. Windows color (decimal): -14210726 or 5908775. OLE color: 5908775.

HSL color Cylindrical-coordinate representation of color #27295A: hue angle of 237.65º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27295A is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB394190-
CMYK0.570.5400.65
HSL237.65º39.53%25.29%-
HSV(B)237.65º56.67%35.29%-
XYZ3.482.7610.02-
YUV45.99152.84123.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.94%
GREEN value IS 41 (16.41% from 255) = 24.12%
BLUE value IS 90 (35.55% from 255) = 52.94%
R=22.94%
G=24.12%
B=52.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3941900.570.5400.65237.6539.5325.29
Hex27295A3936041ee2819
Octal4751132716601013565031
Binary1001111010011011010111001110110010000011110111010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27295A; }

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

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

<style>
 a { background-color: #27295A; }

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

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

<style>
 span { border-color: #27295A; }

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

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