#2F2057

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

Shades of Paris M #2F2057

Tints of Paris M #2F2057

Color information

#2F2057 (or 0x2F2057) is unknown color: approx Paris M. HEX triplet: 2F, 20 and 57. RGB value is (47,32,87). Sum of RGB (Red+Green+Blue) = 47+32+87=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #2F2057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2057 is #D0DFA8. Grayscale: #2A2A2A. Windows color (decimal): -13688745 or 5709871. OLE color: 5709871.

HSL color Cylindrical-coordinate representation of color #2F2057: hue angle of 256.36º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F2057 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB473287-
CMYK0.460.6300.66
HSL256.36º46.22%23.33%-
HSV(B)256.36º63.22%34.12%-
XYZ3.412.339.29-
YUV42.76152.97131.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.31%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 87 (34.38% from 255) = 52.41%
R=28.31%
G=19.28%
B=52.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4732870.460.6300.66256.3646.2223.33
Hex2F20572E3F0421002e17
Octal5740127567701024005627
Binary10111110000010101111011101111110100001010000000010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,32,87); }

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

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

 a { background-color: rgb(47,32,87); }

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

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

 span { border-color: rgb(47,32,87); }

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