#2F2578

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

Shades of Paris M #2F2578

Tints of Paris M #2F2578

Color information

#2F2578 (or 0x2F2578) is unknown color: approx Paris M. HEX triplet: 2F, 25 and 78. RGB value is (47,37,120). Sum of RGB (Red+Green+Blue) = 47+37+120=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F2578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2578 is #D0DA87. Grayscale: #313131. Windows color (decimal): -13687432 or 7873839. OLE color: 7873839.

HSL color Cylindrical-coordinate representation of color #2F2578: hue angle of 247.23º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F2578 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4737120-
CMYK0.610.6900.53
HSL247.23º52.87%30.78%-
HSV(B)247.23º69.17%47.06%-
XYZ5.223.2818.13-
YUV49.45167.81126.25-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.04%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 120 (47.27% from 255) = 58.82%
R=23.04%
G=18.14%
B=58.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47371200.610.6900.53247.2352.8730.78
Hex2F25783D45035f7351f
Octal5745170751050653676537
Binary1011111001011111000111101100010101101011111011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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