#2F2773

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

Shades of Paris M #2F2773

Tints of Paris M #2F2773

Color information

#2F2773 (or 0x2F2773) is unknown color: approx Paris M. HEX triplet: 2F, 27 and 73. RGB value is (47,39,115). Sum of RGB (Red+Green+Blue) = 47+39+115=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F2773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2773 is #D0D88C. Grayscale: #313131. Windows color (decimal): -13686925 or 7546671. OLE color: 7546671.

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

Color convert

RGB4739115-
CMYK0.590.6600.55
HSL246.32º49.35%30.2%-
HSV(B)246.32º66.09%45.1%-
XYZ4.993.2916.59-
YUV50.06164.65125.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.38%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 115 (45.31% from 255) = 57.21%
R=23.38%
G=19.40%
B=57.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47391150.590.6600.55246.3249.3530.2
Hex2F27733B42037f6311e
Octal5747163731020673666136
Binary1011111001111110011111011100001001101111111011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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