#2F2173

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

Shades of Paris M #2F2173

Tints of Paris M #2F2173

Color information

#2F2173 (or 0x2F2173) is unknown color: approx Paris M. HEX triplet: 2F, 21 and 73. RGB value is (47,33,115). Sum of RGB (Red+Green+Blue) = 47+33+115=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F2173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2173 is #D0DE8C. Grayscale: #2E2E2E. Windows color (decimal): -13688461 or 7545135. OLE color: 7545135.

HSL color Cylindrical-coordinate representation of color #2F2173: hue angle of 250.24º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F2173 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4733115-
CMYK0.590.7100.55
HSL250.24º55.41%29.02%-
HSV(B)250.24º71.3%45.1%-
XYZ4.812.9316.53-
YUV46.53166.64128.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.10%
GREEN value IS 33 (13.28% from 255) = 16.92%
BLUE value IS 115 (45.31% from 255) = 58.97%
R=24.10%
G=16.92%
B=58.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47331150.590.7100.55250.2455.4129.02
Hex2F21733B47037fa371d
Octal5741163731070673726735
Binary1011111000011110011111011100011101101111111101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,33,115); }

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

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

 a { background-color: rgb(47,33,115); }

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

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

 span { border-color: rgb(47,33,115); }

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