#2F2961

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

Shades of Paris M #2F2961

Tints of Paris M #2F2961

Color information

#2F2961 (or 0x2F2961) is unknown color: approx Paris M. HEX triplet: 2F, 29 and 61. RGB value is (47,41,97). Sum of RGB (Red+Green+Blue) = 47+41+97=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #2F2961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2961 is #D0D69E. Grayscale: #303030. Windows color (decimal): -13686431 or 6367535. OLE color: 6367535.

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

Color convert

RGB474197-
CMYK0.520.5800.62
HSL246.43º40.58%27.06%-
HSV(B)246.43º57.73%38.04%-
XYZ4.123.0511.68-
YUV49.18154.99126.45-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.41%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=25.41%
G=22.16%
B=52.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4741970.520.5800.62246.4340.5827.06
Hex2F2961343A03Ef6291b
Octal575114164720763665133
Binary101111101001110000111010011101001111101111011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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