#27315A

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

Shades of Lucky Point #27315A

Tints of Lucky Point #27315A

Color information

#27315A (or 0x27315A) is unknown color: approx Lucky Point. HEX triplet: 27, 31 and 5A. RGB value is (39,49,90). Sum of RGB (Red+Green+Blue) = 39+49+90=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #27315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27315A is #D8CEA5. Grayscale: #323232. Windows color (decimal): -14208678 or 5910823. OLE color: 5910823.

HSL color Cylindrical-coordinate representation of color #27315A: hue angle of 228.24º 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 #27315A is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB394990-
CMYK0.570.4600.65
HSL228.24º39.53%25.29%-
HSV(B)228.24º56.67%35.29%-
XYZ3.783.3710.12-
YUV50.68150.19119.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.91%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 90 (35.55% from 255) = 50.56%
R=21.91%
G=27.53%
B=50.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3949900.570.4600.65228.2439.5325.29
Hex27315A392E041e42819
Octal4761132715601013445031
Binary1001111100011011010111001101110010000011110010010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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