Html Css Color HEX #25315F Lucky Point

📋 copy color: '#25315F'

red 37 ◦ green 49 ◦ blue 95

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

Shades of Lucky Point #25315F

Tints of Lucky Point #25315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 52.49%

R = 20.44%
G = 27.07%
B = 52.49%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25315F (or 0x25315F) is known color: Lucky Point. HEX triplet: 25, 31 and 5F. RGB value is (37,49,95). Sum of RGB (Red+Green+Blue) = 37+49+95=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #25315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25315F is #DACEA0. Grayscale: #323232. Windows color (decimal): -14339745 or 6238501. OLE color: 6238501.

HSL color Cylindrical-coordinate representation of color #25315F: hue angle of 227.59º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25315F is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 49 95 -
CMYK 0.61 0.48 0 0.63
HSL 227.59º 0.44% 0.26% -
HSV(B) 227.59º 0.61% 0.37% -
XYZ 3.93 3.42 11.28 -
YUV 50.66 153.02 118.26 -
System Red Green Blue C M Y K H S L
Decimal 37 49 95 0.61 0.48 0 0.63 227.59 0.44 0.26
Hex 25 31 5F 3D 30 0 3F E4 2C 1A
Octal 45 61 137 75 60 0 77 344 54 32
Binary 100101 110001 1011111 111101 110000 0 111111 11100100 101100 11010

Color Harmonies of #25315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25315F

Black with #25315F

Text Example


Text Example

White with #25315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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