#2F2172

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

Shades of Paris M #2F2172

Tints of Paris M #2F2172

Color information

#2F2172 (or 0x2F2172) is unknown color: approx Paris M. HEX triplet: 2F, 21 and 72. RGB value is (47,33,114). Sum of RGB (Red+Green+Blue) = 47+33+114=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F2172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2172 is #D0DE8D. Grayscale: #2E2E2E. Windows color (decimal): -13688462 or 7479599. OLE color: 7479599.

HSL color Cylindrical-coordinate representation of color #2F2172: hue angle of 250.37º 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 #2F2172 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4733114-
CMYK0.590.7100.55
HSL250.37º55.1%28.82%-
HSV(B)250.37º71.05%44.71%-
XYZ4.752.9116.23-
YUV46.42166.14128.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.23%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 114 (44.92% from 255) = 58.76%
R=24.23%
G=17.01%
B=58.76%

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
Decimal47331140.590.7100.55250.3755.128.82
Hex2F21723B47037fa371d
Octal5741162731070673726735
Binary1011111000011110010111011100011101101111111101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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