#28315C

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

Shades of Lucky Point #28315C

Tints of Lucky Point #28315C

Color information

#28315C (or 0x28315C) is unknown color: approx Lucky Point. HEX triplet: 28, 31 and 5C. RGB value is (40,49,92). Sum of RGB (Red+Green+Blue) = 40+49+92=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #28315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28315C is #D7CEA3. Grayscale: #333333. Windows color (decimal): -14143140 or 6041896. OLE color: 6041896.

HSL color Cylindrical-coordinate representation of color #28315C: hue angle of 229.62º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28315C is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB404992-
CMYK0.570.4700.64
HSL229.62º39.39%25.88%-
HSV(B)229.62º56.52%36.08%-
XYZ3.913.4210.58-
YUV51.21151.02120-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.10%
GREEN value IS 49 (19.53% from 255) = 27.07%
BLUE value IS 92 (36.33% from 255) = 50.83%
R=22.10%
G=27.07%
B=50.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4049920.570.4700.64229.6239.3925.88
Hex28315C392F040e6271a
Octal5061134715701003464732
Binary1010001100011011100111001101111010000001110011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,49,92); }

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

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

 a { background-color: rgb(40,49,92); }

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

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

 span { border-color: rgb(40,49,92); }

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