#31236F

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

Shades of Paris M #31236F

Tints of Paris M #31236F

Color information

#31236F (or 0x31236F) is unknown color: approx Paris M. HEX triplet: 31, 23 and 6F. RGB value is (49,35,111). Sum of RGB (Red+Green+Blue) = 49+35+111=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #31236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31236F is #CEDC90. Grayscale: #2F2F2F. Windows color (decimal): -13556881 or 7283505. OLE color: 7283505.

HSL color Cylindrical-coordinate representation of color #31236F: hue angle of 251.05º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31236F is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4935111-
CMYK0.560.6800.56
HSL251.05º52.05%28.63%-
HSV(B)251.05º68.47%43.53%-
XYZ4.74315.37-
YUV47.85163.64128.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 111 (43.75% from 255) = 56.92%
R=25.13%
G=17.95%
B=56.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49351110.560.6800.56251.0552.0528.63
Hex31236F3844038fb341d
Octal6143157701040703736435
Binary1100011000111101111111000100010001110001111101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31236F; }

 p { color: rgb(49,35,111); }

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

<style>
 a { background-color: #31236F; }

 a { background-color: rgb(49,35,111); }

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

<style>
 span { border-color: #31236F; }

 span { border-color: rgb(49,35,111); }

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