Html Css Color HEX #25195E Paris M

📋 copy color: '#25195E'

red 37 ◦ green 25 ◦ blue 94

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

Shades of Paris M #25195E

Tints of Paris M #25195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.03%

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

R = 23.72%
G = 16.03%
B = 60.26%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25195E (or 0x25195E) is known color: Paris M. HEX triplet: 25, 19 and 5E. RGB value is (37,25,94). Sum of RGB (Red+Green+Blue) = 37+25+94=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #25195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25195E is #DAE6A1. Grayscale: #242424. Windows color (decimal): -14345890 or 6166821. OLE color: 6166821.

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

Color convert

RGB 37 25 94 -
CMYK 0.61 0.73 0 0.63
HSL 250.43º 0.58% 0.23% -
HSV(B) 250.43º 0.73% 0.37% -
XYZ 3.13 1.9 10.79 -
YUV 36.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 37 25 94 0.61 0.73 0 0.63 250.43 0.58 0.23
Hex 25 19 5E 3D 49 0 3F FA 3A 17
Octal 45 31 136 75 111 0 77 372 72 27
Binary 100101 11001 1011110 111101 1001001 0 111111 11111010 111010 10111

Color Harmonies of #25195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25195E

Black with #25195E

Text Example


Text Example

White with #25195E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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