Html Css Color HEX #25275F Lucky Point

📋 copy color: '#25275F'

red 37 ◦ green 39 ◦ blue 95

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

Shades of Lucky Point #25275F

Tints of Lucky Point #25275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.81%

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

R = 21.64%
G = 22.81%
B = 55.56%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25275F (or 0x25275F) is known color: Lucky Point. HEX triplet: 25, 27 and 5F. RGB value is (37,39,95). Sum of RGB (Red+Green+Blue) = 37+39+95=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #25275F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25275F is #DAD8A0. Grayscale: #2C2C2C. Windows color (decimal): -14342305 or 6235941. OLE color: 6235941.

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

Color convert

RGB 37 39 95 -
CMYK 0.61 0.59 0 0.63
HSL 237.93º 0.44% 0.26% -
HSV(B) 237.93º 0.61% 0.37% -
XYZ 3.55 2.67 11.15 -
YUV 44.79 156.34 122.45 -
System Red Green Blue C M Y K H S L
Decimal 37 39 95 0.61 0.59 0 0.63 237.93 0.44 0.26
Hex 25 27 5F 3D 3B 0 3F EE 2C 1A
Octal 45 47 137 75 73 0 77 356 54 32
Binary 100101 100111 1011111 111101 111011 0 111111 11101110 101100 11010

Color Harmonies of #25275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25275F

Black with #25275F

Text Example


Text Example

White with #25275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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