#2F2576

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

Shades of Paris M #2F2576

Tints of Paris M #2F2576

Color information

#2F2576 (or 0x2F2576) is unknown color: approx Paris M. HEX triplet: 2F, 25 and 76. RGB value is (47,37,118). Sum of RGB (Red+Green+Blue) = 47+37+118=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #2F2576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2576 is #D0DA89. Grayscale: #303030. Windows color (decimal): -13687434 or 7742767. OLE color: 7742767.

HSL color Cylindrical-coordinate representation of color #2F2576: hue angle of 247.41º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F2576 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4737118-
CMYK0.600.6900.54
HSL247.41º52.26%30.39%-
HSV(B)247.41º68.64%46.27%-
XYZ5.13.2417.5-
YUV49.22166.81126.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.27%
GREEN value IS 37 (14.84% from 255) = 18.32%
BLUE value IS 118 (46.48% from 255) = 58.42%
R=23.27%
G=18.32%
B=58.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47371180.600.6900.54247.4152.2630.39
Hex2F25763C45036f7341e
Octal5745166741050663676436
Binary1011111001011110110111100100010101101101111011111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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