Html Css Color HEX #25175E Paris M

📋 copy color: '#25175E'

red 37 ◦ green 23 ◦ blue 94

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

Shades of Paris M #25175E

Tints of Paris M #25175E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.94%

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

R = 24.03%
G = 14.94%
B = 61.04%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25175E (or 0x25175E) is known color: Paris M. HEX triplet: 25, 17 and 5E. RGB value is (37,23,94). Sum of RGB (Red+Green+Blue) = 37+23+94=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 94 (37.11% from 255 or 61.04% from 154); Max value from RGB is 94 - color contains mainly: blue. Hex color #25175E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25175E is #DAE8A1. Grayscale: #232323. Windows color (decimal): -14346402 or 6166309. OLE color: 6166309.

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

Color convert

RGB 37 23 94 -
CMYK 0.61 0.76 0 0.63
HSL 251.83º 0.61% 0.23% -
HSV(B) 251.83º 0.76% 0.37% -
XYZ 3.09 1.81 10.78 -
YUV 35.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 37 23 94 0.61 0.76 0 0.63 251.83 0.61 0.23
Hex 25 17 5E 3D 4C 0 3F FC 3D 17
Octal 45 27 136 75 114 0 77 374 75 27
Binary 100101 10111 1011110 111101 1001100 0 111111 11111100 111101 10111

Color Harmonies of #25175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25175E

Black with #25175E

Text Example


Text Example

White with #25175E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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