Html Css Color HEX #25315A Lucky Point

📋 copy color: '#25315A'

red 37 ◦ green 49 ◦ blue 90

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

Shades of Lucky Point #25315A

Tints of Lucky Point #25315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 51.14%

R = 21.02%
G = 27.84%
B = 51.14%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25315A (or 0x25315A) is known color: Lucky Point. HEX triplet: 25, 31 and 5A. RGB value is (37,49,90). Sum of RGB (Red+Green+Blue) = 37+49+90=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #25315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25315A is #DACEA5. Grayscale: #313131. Windows color (decimal): -14339750 or 5910821. OLE color: 5910821.

HSL color Cylindrical-coordinate representation of color #25315A: hue angle of 226.42º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25315A is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 49 90 -
CMYK 0.59 0.46 0 0.65
HSL 226.42º 0.42% 0.25% -
HSV(B) 226.42º 0.59% 0.35% -
XYZ 3.71 3.33 10.12 -
YUV 50.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 37 49 90 0.59 0.46 0 0.65 226.42 0.42 0.25
Hex 25 31 5A 3B 2E 0 41 E2 2A 19
Octal 45 61 132 73 56 0 101 342 52 31
Binary 100101 110001 1011010 111011 101110 0 1000001 11100010 101010 11001

Color Harmonies of #25315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25315A

Black with #25315A

Text Example


Text Example

White with #25315A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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