#2F2C5F

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

Shades of Paris M #2F2C5F

Tints of Paris M #2F2C5F

Color information

#2F2C5F (or 0x2F2C5F) is unknown color: approx Paris M. HEX triplet: 2F, 2C and 5F. RGB value is (47,44,95). Sum of RGB (Red+Green+Blue) = 47+44+95=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F2C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2C5F is #D0D3A0. Grayscale: #323232. Windows color (decimal): -13685665 or 6237231. OLE color: 6237231.

HSL color Cylindrical-coordinate representation of color #2F2C5F: hue angle of 243.53º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F2C5F is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB474495-
CMYK0.510.5400.63
HSL243.53º36.69%27.25%-
HSV(B)243.53º53.68%37.25%-
XYZ4.143.2311.23-
YUV50.71152.99125.35-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.27%
GREEN value IS 44 (17.58% from 255) = 23.66%
BLUE value IS 95 (37.5% from 255) = 51.08%
R=25.27%
G=23.66%
B=51.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4744950.510.5400.63243.5336.6927.25
Hex2F2C5F333603Ff4251b
Octal575413763660773644533
Binary101111101100101111111001111011001111111111010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,44,95); }

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

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

 a { background-color: rgb(47,44,95); }

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

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

 span { border-color: rgb(47,44,95); }

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