#25115E

Color #25115E Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #25115E

Tints of Paris M #25115E

Color information

#25115E (or 0x25115E) is unknown color: approx Paris M. HEX triplet: 25, 11 and 5E. RGB value is (37,17,94). Sum of RGB (Red+Green+Blue) = 37+17+94=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 94 (37.11% from 255 or 63.51% from 148); Max value from RGB is 94 - color contains mainly: blue. Hex color #25115E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25115E is #DAEEA1. Grayscale: #1F1F1F. Windows color (decimal): -14347938 or 6164773. OLE color: 6164773.

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

Color convert

RGB371794-
CMYK0.610.8200.63
HSL255.58º69.37%21.76%-
HSV(B)255.58º81.91%36.86%-
XYZ2.981.610.74-
YUV31.76163.13131.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 17 (7.03% from 255) = 11.49%
BLUE value IS 94 (37.11% from 255) = 63.51%
R=25%
G=11.49%
B=63.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3717940.610.8200.63255.5869.3721.76
Hex25115E3D5203F1004516
Octal45211367512207740010526
Binary10010110001101111011110110100100111111100000000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #25115E;
 }
 .AnyTagClassName
 {
   color: #25115E;
 }
</style>
background-color css

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

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

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

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

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

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