#27325B

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

Shades of Lucky Point #27325B

Tints of Lucky Point #27325B

Color information

#27325B (or 0x27325B) is unknown color: approx Lucky Point. HEX triplet: 27, 32 and 5B. RGB value is (39,50,91). Sum of RGB (Red+Green+Blue) = 39+50+91=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #27325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27325B is #D8CDA4. Grayscale: #333333. Windows color (decimal): -14208421 or 5976615. OLE color: 5976615.

HSL color Cylindrical-coordinate representation of color #27325B: hue angle of 227.31º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27325B is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB395091-
CMYK0.570.4500.64
HSL227.31º40%25.49%-
HSV(B)227.31º57.14%35.69%-
XYZ3.873.4710.36-
YUV51.38150.36119.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.67%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 91 (35.94% from 255) = 50.56%
R=21.67%
G=27.78%
B=50.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3950910.570.4500.64227.314025.49
Hex27325B392D040e32819
Octal4762133715501003435031
Binary1001111100101011011111001101101010000001110001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27325B; }

 p { color: rgb(39,50,91); }

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

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

 a { background-color: rgb(39,50,91); }

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

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

 span { border-color: rgb(39,50,91); }

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