Html Css Color HEX #25315B Lucky Point

📋 copy color: '#25315B'

red 37 ◦ green 49 ◦ blue 91

#25315B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #25315B

Tints of Lucky Point #25315B

RGB

 RED value IS 37 (14.84% from 255) = 20.9%

 GREEN value IS 49 (19.53% from 255) = 27.68%

 BLUE value IS 91 (35.94% from 255) = 51.41%

R = 20.9%
G = 27.68%
B = 51.41%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25315B (or 0x25315B) is known color: Lucky Point. HEX triplet: 25, 31 and 5B. RGB value is (37,49,91). Sum of RGB (Red+Green+Blue) = 37+49+91=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #25315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25315B is #DACEA4. Grayscale: #323232. Windows color (decimal): -14339749 or 5976357. OLE color: 5976357.

HSL color Cylindrical-coordinate representation of color #25315B: hue angle of 226.67º 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 #25315B is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 49 91 -
CMYK 0.59 0.46 0 0.64
HSL 226.67º 0.42% 0.25% -
HSV(B) 226.67º 0.59% 0.36% -
XYZ 3.75 3.35 10.35 -
YUV 50.2 151.02 118.58 -
System Red Green Blue C M Y K H S L
Decimal 37 49 91 0.59 0.46 0 0.64 226.67 0.42 0.25
Hex 25 31 5B 3B 2E 0 40 E3 2A 19
Octal 45 61 133 73 56 0 100 343 52 31
Binary 100101 110001 1011011 111011 101110 0 1000000 11100011 101010 11001

Color Harmonies of #25315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25315B

Black with #25315B

Text Example


Text Example

White with #25315B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25315B;
 }
 .AnyTagClassName
 {
   color: #25315B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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