#26315C

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

Shades of Lucky Point #26315C

Tints of Lucky Point #26315C

Color information

#26315C (or 0x26315C) is unknown color: approx Lucky Point. HEX triplet: 26, 31 and 5C. RGB value is (38,49,92). Sum of RGB (Red+Green+Blue) = 38+49+92=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #26315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26315C is #D9CEA3. Grayscale: #323232. Windows color (decimal): -14274212 or 6041894. OLE color: 6041894.

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

Color convert

RGB384992-
CMYK0.590.4700.64
HSL227.78º41.54%25.49%-
HSV(B)227.78º58.7%36.08%-
XYZ3.833.3810.58-
YUV50.61151.36119-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 92 (36.33% from 255) = 51.40%
R=21.23%
G=27.37%
B=51.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3849920.590.4700.64227.7841.5425.49
Hex26315C3B2F040e42a19
Octal4661134735701003445231
Binary1001101100011011100111011101111010000001110010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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