#272960

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

Shades of Lucky Point #272960

Tints of Lucky Point #272960

Color information

#272960 (or 0x272960) is unknown color: approx Lucky Point. HEX triplet: 27, 29 and 60. RGB value is (39,41,96). Sum of RGB (Red+Green+Blue) = 39+41+96=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #272960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272960 is #D8D69F. Grayscale: #2E2E2E. Windows color (decimal): -14210720 or 6301991. OLE color: 6301991.

HSL color Cylindrical-coordinate representation of color #272960: hue angle of 237.89º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #272960 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB394196-
CMYK0.590.5700.62
HSL237.89º42.22%26.47%-
HSV(B)237.89º59.38%37.65%-
XYZ3.742.8611.42-
YUV46.67155.84122.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.16%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 96 (37.89% from 255) = 54.55%
R=22.16%
G=23.30%
B=54.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3941960.590.5700.62237.8942.2226.47
Hex2729603B3903Eee2a1a
Octal475114073710763565232
Binary100111101001110000011101111100101111101110111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272960; }

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

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

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

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

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

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

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

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