#2F2157

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

Shades of Paris M #2F2157

Tints of Paris M #2F2157

Color information

#2F2157 (or 0x2F2157) is unknown color: approx Paris M. HEX triplet: 2F, 21 and 57. RGB value is (47,33,87). Sum of RGB (Red+Green+Blue) = 47+33+87=167 (22% of max value = 765). Red value is 47 (18.75% from 255 or 28.14% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #2F2157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2157 is #D0DEA8. Grayscale: #2B2B2B. Windows color (decimal): -13688489 or 5710127. OLE color: 5710127.

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

Color convert

RGB473387-
CMYK0.460.6200.66
HSL255.56º45%23.53%-
HSV(B)255.56º62.07%34.12%-
XYZ3.442.389.3-
YUV43.34152.64130.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.14%
GREEN value IS 33 (13.28% from 255) = 19.76%
BLUE value IS 87 (34.38% from 255) = 52.10%
R=28.14%
G=19.76%
B=52.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4733870.460.6200.66255.564523.53
Hex2F21572E3E0421002d18
Octal5741127567601024005530
Binary10111110000110101111011101111100100001010000000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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