#2F2571

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

Shades of Paris M #2F2571

Tints of Paris M #2F2571

Color information

#2F2571 (or 0x2F2571) is unknown color: approx Paris M. HEX triplet: 2F, 25 and 71. RGB value is (47,37,113). Sum of RGB (Red+Green+Blue) = 47+37+113=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #2F2571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2571 is #D0DA8E. Grayscale: #303030. Windows color (decimal): -13687439 or 7415087. OLE color: 7415087.

HSL color Cylindrical-coordinate representation of color #2F2571: hue angle of 247.89º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F2571 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4737113-
CMYK0.580.6700.56
HSL247.89º50.67%29.41%-
HSV(B)247.89º67.26%44.31%-
XYZ4.813.1215.97-
YUV48.65164.31126.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.86%
GREEN value IS 37 (14.84% from 255) = 18.78%
BLUE value IS 113 (44.53% from 255) = 57.36%
R=23.86%
G=18.78%
B=57.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47371130.580.6700.56247.8950.6729.41
Hex2F25713A43038f8331d
Octal5745161721030703706335
Binary1011111001011110001111010100001101110001111100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F2571; }

 p { color: rgb(47,37,113); }

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

<style>
 a { background-color: #2F2571; }

 a { background-color: rgb(47,37,113); }

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

<style>
 span { border-color: #2F2571; }

 span { border-color: rgb(47,37,113); }

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