#25315C

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

Shades of Lucky Point #25315C

Tints of Lucky Point #25315C

Color information

#25315C (or 0x25315C) is unknown color: approx Lucky Point. HEX triplet: 25, 31 and 5C. RGB value is (37,49,92). Sum of RGB (Red+Green+Blue) = 37+49+92=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #25315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25315C is #DACEA3. Grayscale: #323232. Windows color (decimal): -14339748 or 6041893. OLE color: 6041893.

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

Color convert

RGB374992-
CMYK0.600.4700.64
HSL226.91º42.64%25.29%-
HSV(B)226.91º59.78%36.08%-
XYZ3.793.3610.57-
YUV50.31151.52118.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 92 (36.33% from 255) = 51.69%
R=20.79%
G=27.53%
B=51.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3749920.600.4700.64226.9142.6425.29
Hex25315C3C2F040e32b19
Octal4561134745701003435331
Binary1001011100011011100111100101111010000001110001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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