#2F2361

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

Shades of Paris M #2F2361

Tints of Paris M #2F2361

Color information

#2F2361 (or 0x2F2361) is unknown color: approx Paris M. HEX triplet: 2F, 23 and 61. RGB value is (47,35,97). Sum of RGB (Red+Green+Blue) = 47+35+97=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #2F2361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2361 is #D0DC9E. Grayscale: #2D2D2D. Windows color (decimal): -13687967 or 6365999. OLE color: 6365999.

HSL color Cylindrical-coordinate representation of color #2F2361: hue angle of 251.61º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F2361 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB473597-
CMYK0.520.6400.62
HSL251.61º46.97%25.88%-
HSV(B)251.61º63.92%38.04%-
XYZ3.932.6711.62-
YUV45.66156.98128.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.26%
GREEN value IS 35 (14.06% from 255) = 19.55%
BLUE value IS 97 (38.28% from 255) = 54.19%
R=26.26%
G=19.55%
B=54.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4735970.520.6400.62251.6146.9725.88
Hex2F2361344003Efc2f1a
Octal5743141641000763745732
Binary1011111000111100001110100100000001111101111110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,35,97); }

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

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

 a { background-color: rgb(47,35,97); }

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

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

 span { border-color: rgb(47,35,97); }

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