Html Css Color HEX #25295F Lucky Point

📋 copy color: '#25295F'

red 37 ◦ green 41 ◦ blue 95

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

Shades of Lucky Point #25295F

Tints of Lucky Point #25295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.7%

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

R = 21.39%
G = 23.7%
B = 54.91%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25295F (or 0x25295F) is known color: Lucky Point. HEX triplet: 25, 29 and 5F. RGB value is (37,41,95). Sum of RGB (Red+Green+Blue) = 37+41+95=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #25295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25295F is #DAD6A0. Grayscale: #2D2D2D. Windows color (decimal): -14341793 or 6236453. OLE color: 6236453.

HSL color Cylindrical-coordinate representation of color #25295F: hue angle of 235.86º 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 #25295F is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 41 95 -
CMYK 0.61 0.57 0 0.63
HSL 235.86º 0.44% 0.26% -
HSV(B) 235.86º 0.61% 0.37% -
XYZ 3.62 2.81 11.18 -
YUV 45.96 155.67 121.61 -
System Red Green Blue C M Y K H S L
Decimal 37 41 95 0.61 0.57 0 0.63 235.86 0.44 0.26
Hex 25 29 5F 3D 39 0 3F EC 2C 1A
Octal 45 51 137 75 71 0 77 354 54 32
Binary 100101 101001 1011111 111101 111001 0 111111 11101100 101100 11010

Color Harmonies of #25295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25295F

Black with #25295F

Text Example


Text Example

White with #25295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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