#2F2359

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

Shades of Paris M #2F2359

Tints of Paris M #2F2359

Color information

#2F2359 (or 0x2F2359) is unknown color: approx Paris M. HEX triplet: 2F, 23 and 59. RGB value is (47,35,89). Sum of RGB (Red+Green+Blue) = 47+35+89=171 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.49% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #2F2359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2359 is #D0DCA6. Grayscale: #2C2C2C. Windows color (decimal): -13687975 or 5841711. OLE color: 5841711.

HSL color Cylindrical-coordinate representation of color #2F2359: hue angle of 253.33º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F2359 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB473589-
CMYK0.470.6100.65
HSL253.33º43.55%24.31%-
HSV(B)253.33º60.67%34.9%-
XYZ3.582.539.75-
YUV44.74152.98129.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.49%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 89 (35.16% from 255) = 52.05%
R=27.49%
G=20.47%
B=52.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4735890.470.6100.65253.3343.5524.31
Hex2F23592F3D041fd2c18
Octal5743131577501013755430
Binary1011111000111011001101111111101010000011111110110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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