#27295C

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

Shades of Lucky Point #27295C

Tints of Lucky Point #27295C

Color information

#27295C (or 0x27295C) is unknown color: approx Lucky Point. HEX triplet: 27, 29 and 5C. RGB value is (39,41,92). Sum of RGB (Red+Green+Blue) = 39+41+92=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #27295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27295C is #D8D6A3. Grayscale: #2E2E2E. Windows color (decimal): -14210724 or 6039847. OLE color: 6039847.

HSL color Cylindrical-coordinate representation of color #27295C: hue angle of 237.74º 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 #27295C is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB394192-
CMYK0.580.5500.64
HSL237.74º40.46%25.69%-
HSV(B)237.74º57.61%36.08%-
XYZ3.562.7910.48-
YUV46.22153.84122.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.67%
GREEN value IS 41 (16.41% from 255) = 23.84%
BLUE value IS 92 (36.33% from 255) = 53.49%
R=22.67%
G=23.84%
B=53.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3941920.580.5500.64237.7440.4625.69
Hex27295C3A37040ee281a
Octal4751134726701003565032
Binary1001111010011011100111010110111010000001110111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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