Html Css Color HEX #25185E Paris M

📋 copy color: '#25185E'

red 37 ◦ green 24 ◦ blue 94

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

Shades of Paris M #25185E

Tints of Paris M #25185E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.48%

 BLUE value IS 94 (37.11% from 255) = 60.65%

R = 23.87%
G = 15.48%
B = 60.65%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25185E (or 0x25185E) is known color: Paris M. HEX triplet: 25, 18 and 5E. RGB value is (37,24,94). Sum of RGB (Red+Green+Blue) = 37+24+94=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #25185E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25185E is #DAE7A1. Grayscale: #232323. Windows color (decimal): -14346146 or 6166565. OLE color: 6166565.

HSL color Cylindrical-coordinate representation of color #25185E: hue angle of 251.14º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25185E is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 24 94 -
CMYK 0.61 0.74 0 0.63
HSL 251.14º 0.59% 0.23% -
HSV(B) 251.14º 0.74% 0.37% -
XYZ 3.11 1.85 10.78 -
YUV 35.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 37 24 94 0.61 0.74 0 0.63 251.14 0.59 0.23
Hex 25 18 5E 3D 4A 0 3F FB 3B 17
Octal 45 30 136 75 112 0 77 373 73 27
Binary 100101 11000 1011110 111101 1001010 0 111111 11111011 111011 10111

Color Harmonies of #25185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25185E

Black with #25185E

Text Example


Text Example

White with #25185E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25185E; }

 p { color: rgb(37,24,94); }

 H1.HeaderClassName
 {
   color: #25185E;
 }
 .AnyTagClassName
 {
   color: #25185E;
 }
</style>

background-color css

<style>
 a { background-color: #25185E; }

 a { background-color: rgb(37,24,94); }

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

border-color css

<style>
 span { border-color: #25185E; }

 span { border-color: rgb(37,24,94); }

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