Html Css Color HEX #25155E Paris M

📋 copy color: '#25155E'

red 37 ◦ green 21 ◦ blue 94

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

Shades of Paris M #25155E

Tints of Paris M #25155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

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

R = 24.34%
G = 13.82%
B = 61.84%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25155E (or 0x25155E) is known color: Paris M. HEX triplet: 25, 15 and 5E. RGB value is (37,21,94). Sum of RGB (Red+Green+Blue) = 37+21+94=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 94 (37.11% from 255 or 61.84% from 152); Max value from RGB is 94 - color contains mainly: blue. Hex color #25155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25155E is #DAEAA1. Grayscale: #212121. Windows color (decimal): -14346914 or 6165797. OLE color: 6165797.

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

Color convert

RGB 37 21 94 -
CMYK 0.61 0.78 0 0.63
HSL 253.15º 0.63% 0.23% -
HSV(B) 253.15º 0.78% 0.37% -
XYZ 3.05 1.74 10.76 -
YUV 34.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 37 21 94 0.61 0.78 0 0.63 253.15 0.63 0.23
Hex 25 15 5E 3D 4E 0 3F FD 3F 17
Octal 45 25 136 75 116 0 77 375 77 27
Binary 100101 10101 1011110 111101 1001110 0 111111 11111101 111111 10111

Color Harmonies of #25155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25155E

Black with #25155E

Text Example


Text Example

White with #25155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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